15 lines
359 B
TOML
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/"}
|