Create build system (#1)
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "zmp24"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
askama = "0.12.1"
|
||||
bincode = "1.3.3"
|
||||
chrono = "0.4.40"
|
||||
inferium = { path = "./lib/inferium", features = ["async", "tokio-net", "tokio-unixsocks"] }
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
sled = "0.34.7"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
|
||||
[features]
|
||||
dev = []
|
Reference in New Issue
Block a user