init
This commit is contained in:
commit
79a13d3941
6 changed files with 2009 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue