diff options
author | Dennis Eriksen <d@ennis.no> | 2023-11-10 09:54:17 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-11-10 09:54:17 +0100 |
commit | cf84fad0955ff07dd6fe3ec30a17dc134e23c356 (patch) | |
tree | 6f85e6017e7a5feacd88270cb942e4e2e007ffcb /rust/Cargo.toml | |
parent | Adding a python-verion (diff) | |
download | makepass-cf84fad0955ff07dd6fe3ec30a17dc134e23c356.tar.gz |
trying out new project structure
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml deleted file mode 100644 index 181b7a7..0000000 --- a/rust/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -name = "makepass" -authors = ["Dennis Eriksen <d@ennis.no>"] -version = "0.1.0" -edition = "2021" -rust-version = "1.68" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] - -rand = "0.8.4" -clap = { version = "4.3.24", features = ["cargo"] } -terminal_size = "0.2.6" |