mirror of
https://github.com/danbulant/mangui
synced 2026-05-19 03:58:34 +00:00
11 lines
No EOL
281 B
TOML
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"} |