Files
obsw/mission_rust/Cargo.toml
2023-10-27 17:02:48 +02:00

13 lines
229 B
TOML

[package]
name = "mission_rust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cty = "0.2.2"