add cargo.lock
This commit is contained in:
parent
63ca475a50
commit
493995b280
3 changed files with 1239 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,10 +4,6 @@
|
|||
debug/
|
||||
target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
|
|
1238
Cargo.lock
generated
Normal file
1238
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@
|
|||
src = self;
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./.;
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
||||
nativeBuildInputs = with pkgs; [pkg-config];
|
||||
|
|
Loading…
Reference in a new issue