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-05-31 16:34:45 +0000
committeryuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef>2025-05-31 16:34:45 +0000
commitb4789899f7151bc5607ee4519e3bf542ed0721dd (patch)
tree9eea1fa4a95753824fbd71f12202ac412d5bc5b2 /Cargo.toml
parent47e8793bf3dfb8d07a2d23c0f7ae25f4d369c314 (diff)
downloadsalaryman-b4789899f7151bc5607ee4519e3bf542ed0721dd.tar.gz
salaryman-b4789899f7151bc5607ee4519e3bf542ed0721dd.tar.bz2
salaryman-b4789899f7151bc5607ee4519e3bf542ed0721dd.zip
add new dependencies
git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@4 b9215c17-b818-4693-b096-d1e41a411fef
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89be40e..56958bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,6 @@ version = "0.1.0"
 edition = "2024"
 
 [dependencies]
+serde = { version = "1.0.219", features = ["derive"] }
+surrealdb = { version = "2.3.3", features = ["kv-rocksdb"] }
+tokio = { version = "1.45.1", features = ["full"] }