codename-routes/routes-native/Cargo.toml
2022-04-30 18:55:43 +02:00

12 lines
231 B
TOML
Vendored

[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"