this_algorithm/web/Cargo.toml
Austen Adler a4be37911c Cleanup
2023-03-15 23:44:43 -04:00

15 lines
359 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"]}
ufmt = "0.2.0"
web-frontend={path="../web-frontend/"}