about summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 56958bbd650819c18dfaa5963f5625efde36bcdf (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "salaryman"
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"] }