channel-scripts/Cargo.toml
Raito Bezarius 8288bad70e 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 17:45:59 +02:00

8 lines
207 B
TOML

[package]
name = "nixos-channel-scripts"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.13", features = [ "derive" ] }
object_store = { version = "0.10.2", features = [ "aws" ] }