aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGuillermo Ramos2025-02-16 15:46:01 +0100
committerGuillermo Ramos2025-02-16 19:36:23 +0100
commit209adfe41e976919c290debbfd16cf81f5ba296e (patch)
tree341e1b78a55cf0c9933caa8d7f5fd8bb737ba863 /Cargo.lock
parent7d80d3d2be3e0f8e36be66a08879b1f04a381e88 (diff)
downloadhiccup-209adfe41e976919c290debbfd16cf81f5ba296e.tar.gz
Basic simulation API
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f75af56..4e3b04b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -169,6 +169,7 @@ name = "hiccup"
version = "0.1.0"
dependencies = [
"axum",
+ "serde",
"tokio",
]