This commit is contained in:
JMARyA 2025-04-29 20:43:42 +02:00
commit 79a13d3941
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 2009 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "sage"
version = "0.1.0"
edition = "2024"
[lib]
name = "sage"
path = "src/lib.rs"
[dependencies]
age = { version = "0.11.1", features = ["aes", "aes-gcm", "armor", "async", "ssh"] }
chrono = "0.4.41"
log = "0.4.27"
minisign = "0.7.9"