aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..973d432
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,17 @@
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]
9ansi_term = "0.12.1"
10anyhow = "1.0.53"
11clap = { version = "3.0.14", features = ["derive"] }
12flexi_logger = "0.22.3"
13log = "0.4.14"
14serde = { version = "1.0.136", features = ["derive"] }
15slotmap = "1.0.6"
16thiserror = "1.0.30"
17toml = "0.5.8"