Page MenuHomeDevCentral

Cargo.toml
No OneTemporary

Cargo.toml

[package]
name = "alkane"
version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.8.4"
env_logger = "^0.11.5"
lazy_static = "^1.5.0"
limiting-factor-axum = "0.1.0"
log = "^0.4.22"
serde_yaml = "^0.9.33"
[dependencies.clap]
version = "~4.5.17"
features = ["derive"]
[dependencies.serde]
version = "^1.0.210"
features = ["derive"]
[dependencies.tokio]
version = "1.47.1"
features = [
"macros",
"rt-multi-thread",
]

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 12, 05:42 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3062268
Default Alt Text
Cargo.toml (527 B)

Event Timeline