about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authoryuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef>2025-06-01 04:59:07 +0000
committeryuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef>2025-06-01 04:59:07 +0000
commit0d58b22d4fecd19370b92e4a12803f08ade0dd32 (patch)
treef4a498ba25f075674cf514594ad58d1cc59583d8 /Cargo.toml
parentb4789899f7151bc5607ee4519e3bf542ed0721dd (diff)
downloadsalaryman-0d58b22d4fecd19370b92e4a12803f08ade0dd32.tar.gz
salaryman-0d58b22d4fecd19370b92e4a12803f08ade0dd32.tar.bz2
salaryman-0d58b22d4fecd19370b92e4a12803f08ade0dd32.zip
get config together
git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@5 b9215c17-b818-4693-b096-d1e41a411fef
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56958bb..be9af33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
 edition = "2024"
 
 [dependencies]
+clap = { version = "4.5.39", features = ["derive"] }
 serde = { version = "1.0.219", features = ["derive"] }
-surrealdb = { version = "2.3.3", features = ["kv-rocksdb"] }
 tokio = { version = "1.45.1", features = ["full"] }
+toml = "0.8.22"