mangui/mangades/Cargo.toml
2024-03-14 21:59:55 +01:00

11 lines
No EOL
281 B
TOML

[package]
name = "mangades"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mangui = { path = "../ui"}
rusalka = { path = "../rusalka"}
rusalka-macro = { path = "../rusalka-macro"}