aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-11-10 09:54:17 +0100
committerDennis Eriksen <d@ennis.no>2023-11-10 09:54:17 +0100
commitcf84fad0955ff07dd6fe3ec30a17dc134e23c356 (patch)
tree6f85e6017e7a5feacd88270cb942e4e2e007ffcb /rust/Cargo.toml
parentAdding a python-verion (diff)
downloadmakepass-cf84fad0955ff07dd6fe3ec30a17dc134e23c356.tar.gz
trying out new project structure
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml14
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"