10 lines
293 B
TOML
10 lines
293 B
TOML
[package]
|
|
name = "caesar-mobile"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
caesar-core = { path = "../caesar-core" }
|