From 209adfe41e976919c290debbfd16cf81f5ba296e Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Feb 2025 15:46:01 +0100 Subject: Basic simulation API --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 51c3ea2..4478bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ edition = "2021" [dependencies] axum = "0.8.1" +serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["full"] } -- cgit v1.2.3