Page MenuHomePhabricator

Cargo.toml
No OneTemporary

Cargo.toml

[package]
name = "collar"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
[[bin]]
name = "collar-ng"
path = "src/bin/collar-ng.rs"
[workspace]
members = ["crates/*"]
[workspace.package]
edition = "2024"
authors = ["Jordan Bracco <href@random.sh>"]
license = "MIT"
[workspace.dependencies]
libc = "*"
log = "*"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["full"] }
tracing = "0.1.41"
store = { path = "crates/store" }
libcollar = { path = "crates/libcollar" }
serde = { version = "1.0.219", features = ["derive"] }
[dependencies]
log.workspace = true
thiserror.workspace = true
env_logger = "*"
tracing.workspace = true
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tokio.workspace = true
libcollar.workspace = true
api = { path = "crates/api" }

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 8, 8:31 AM (13 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
47583
Default Alt Text
Cargo.toml (839 B)

Event Timeline