15 lines
245 B
TOML
15 lines
245 B
TOML
[package]
|
|
name = "nocloud-core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = true
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
local-ip-address = "0.6" |