mangui/mangades/Cargo.toml
2023-10-28 02:35:58 +02:00

11 lines
282 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"}