This commit is contained in:
parent
545001574f
commit
7f4e3e24ed
3 changed files with 711 additions and 842 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -28,7 +28,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|||
|
||||
[[package]]
|
||||
name = "aerogramme"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argon2",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
shell = pkgVanilla.mkShell {
|
||||
buildInputs = [
|
||||
#cargo2nix.packages.x86_64-linux.default
|
||||
cargo2nix.packages.x86_64-linux.default
|
||||
fenix.packages.x86_64-linux.minimal.toolchain
|
||||
];
|
||||
shellHook = ''
|
||||
|
|
Loading…
Reference in a new issue