channel-scripts/Cargo.toml
raito 734a2d8def feat(*): init Rust port
This is a Rust port of the original Perl script, legacy cruft is removed
and it focuses on a modern Hydra deployment.

Nonetheless, it knows how to perform migrations based on the channel
versions.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-08-02 21:05:35 +02:00

15 lines
344 B
TOML

[package]
name = "nixos-channel-scripts"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.13", features = [ "derive" ] }
log = "0.4.22"
object_store = { version = "0.10.2", features = [ "aws" ] }
regex = "1.10.6"
reqwest = "0.12.5"
serde = "1.0.204"
tokio = { version = "1.39.2", features = ["full"] }
toml = "0.8.19"