Files
Bendik Aagaard LynghaugandClaude Fable 5 0449742618
ci / quality (push) Successful in 2m16s
release / build (aarch64-unknown-linux-gnu) (push) Successful in 2m15s
release / build (x86_64-unknown-linux-gnu) (push) Successful in 1m55s
release v0.1.1
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
2026-08-30 22:14:54 +02:00

33 lines
937 B
TOML

[workspace]
resolver = "2"
members = ["varde-proto", "varde-daemon", "varde-ctl"]
[workspace.package]
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://project.uhhm.no/uhhm/varde"
rust-version = "1.85"
[workspace.dependencies]
varde-proto = { path = "varde-proto" }
# iroh 1.0 (June 2026) and the post-rewrite iroh-blobs line, which is
# now the production line (the 0.35 pin's rationale expired with 1.0).
iroh-blobs = "0.103"
iroh = { version = "1", features = ["tls-ring"] }
reflink-copy = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
anyhow = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "io-util", "signal", "sync", "time", "fs"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
toml = "0.8"
[profile.release]
lto = "thin"