mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 10:20:32 +00:00
Bump version to 0.4.0. Features: - Docker image mirroring (nora mirror docker) - yarn.lock parser (nora mirror yarn) - JSON output for mirror CLI (--json) - Storage size in /health endpoint - 499 tests, 61.5% coverage
29 lines
690 B
TOML
29 lines
690 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"nora-registry",
|
|
"fuzz",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
rust-version = "1.75"
|
|
license = "MIT"
|
|
authors = ["DevITWay <devitway@gmail.com>"]
|
|
repository = "https://github.com/getnora-io/nora"
|
|
homepage = "https://getnora.io"
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
axum = "0.8"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
|
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
|
sha2 = "0.11"
|
|
async-trait = "0.1"
|
|
hmac = "0.13"
|
|
hex = "0.4"
|