aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2022-02-06 18:32:54 +0000
committerdiogo464 <[email protected]>2022-02-06 18:32:54 +0000
commit2462119defef2d7f28cd5b15b09917c9a46e20b6 (patch)
treeddbdec5698fb95bb171c5d76bd9c8a25d7222713 /Cargo.toml
snapshot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..ce22ac1
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
1[package]
2name = "dotup"
3version = "0.0.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9anyhow = "1.0.53"
10clap = { version = "3.0.14", features = ["derive"] }
11serde = { version = "1.0.136", features = ["derive"] }
12slotmap = "1.0.6"
13toml = "0.5.8"