mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
24 lines
502 B
TOML
24 lines
502 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 = {version = "0.10", features = ["async"]}
|
|
strum = { version = "0.24", features = ["derive"] }
|
|
# tokio = {version = "1.18.0", features = ["sync"]}
|
|
# lazy_static = "1.4.0"
|
|
# pathfinding = "3.0.12"
|
|
toml = "0.5.9"
|
|
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|
|
|
|
[profile.dev]
|
|
opt-level=1
|
|
|