diff --git a/server/Cargo.toml b/server/Cargo.toml index cde8220..f7237fa 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -9,4 +9,5 @@ futures = "0.3" tarpc = { version = "0.34.0", features = ["full"] } tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] } tracing = "0.1.40" -clap = { version = "4.5.7", features = ["derive"] } \ No newline at end of file +clap = { version = "4.5.7", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] } \ No newline at end of file