this_algorithm/web/Cargo.toml
2023-03-11 17:40:38 -05:00

15 lines
378 B
TOML

[package]
name = "web"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = {version="0.5.0-rc.2", features=["json"]}
tokio = {version="1"}
xpin={path=".."}
serde = {version="1", features=["derive"]}
rust-embed = { version = "6.6.0", features = ["rocket"] }
ufmt = "0.2.0"