summaryrefslogtreecommitdiffstats
path: root/config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/Cargo.toml b/config/Cargo.toml
new file mode 100644
index 0000000..b7a0be1
--- /dev/null
+++ b/config/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "config"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7toml = "0.7"
8serde = { version = "1.0", features = ["derive"] }