this_algorithm/web/Cargo.toml

13 lines
305 B
TOML
Raw Normal View History

2023-02-25 18:30:15 -05:00
[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"}
2023-03-02 18:55:40 -05:00
xpin={path=".."}
2023-02-25 18:30:15 -05:00
serde = {version="1", features=["derive"]}