codename-routes/routes-native/Cargo.toml

17 lines
342 B
TOML

[package]
name = "routes-native"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
gdnative = "0.10"
tokio = {version = "1.18.0", features = ["sync"]}
lazy_static = "1.4.0"
strum = "0.24.0"
strum_macros = "0.24"