Page MenuHomePhabricator

Cargo.toml
No OneTemporary

Cargo.toml

[package]
name = "api"
version = "0.1.0"
license.workspace = true
edition.workspace = true
authors.workspace = true
[dependencies]
log.workspace = true
thiserror.workspace = true
tracing.workspace = true
tokio.workspace = true
libcollar.workspace = true
store = { path = "../store" }
tower-http = { version = "0.6.4", features = ["trace"] }
axum = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dev-dependencies]
axum-test = "17.3"
tokio-test = "0.4"
tempfile = "3.0"

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 8, 8:13 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
47579
Default Alt Text
Cargo.toml (502 B)

Event Timeline