chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:31:35 +08:00
commit c275ba2868
13613 changed files with 2980806 additions and 0 deletions
@@ -0,0 +1,14 @@
[package]
name = "calculator-httpserver"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.4", features = ["macros"] }
rmcp = { version = "1.4.0", features = ["server","transport-streamable-http-server", "transport-worker"] }
serde = "1.0.219"
serde_json = "1.0.140"
tokio = { version = "1.46.0", features = ["macros", "rt-multi-thread", "signal"] }
[dev-dependencies]
slab = "0.4.11"