aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea24a57..b7a73a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ edition = "2021"
9ansi_term = "0.12.1" 9ansi_term = "0.12.1"
10anyhow = "1.0.53" 10anyhow = "1.0.53"
11clap = { version = "3.0.14", features = ["derive"] } 11clap = { version = "3.0.14", features = ["derive"] }
12flexi_logger = "0.22.3"
13log = "0.4.14"
12serde = { version = "1.0.136", features = ["derive"] } 14serde = { version = "1.0.136", features = ["derive"] }
13slotmap = "1.0.6" 15slotmap = "1.0.6"
14toml = "0.5.8" 16toml = "0.5.8"