codename-routes/routes-native/Cargo.toml

13 lines
231 B
TOML
Raw Normal View History

2022-04-30 16:37:47 +00:00
[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
2022-04-30 16:55:43 +00:00
[lib]
crate-type = ["cdylib"]
2022-04-30 16:37:47 +00:00
[dependencies]
2022-04-30 16:55:43 +00:00
gdnative = "0.10"