~core/sage

cef816e124eb23c560a8626464eb7404cec24758 — core 21 days ago 78315f8
feat: meta
1 files changed, 4 insertions(+), 7 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +4 -7
@@ 2,22 2,19 @@
name = "sage"
version = "0.1.0"
edition = "2024"
license = "GPL-3"
description = "A simple wrapper for `age` to add a named identity system."
homepage = "https://git.srht.e3t.cc/~core/sage"
repository = "https://git.srht.e3t.cc/~core/sage"

[dependencies]
serde = { version = "1", features = ["derive"] }
toml = "0.9"

age = "0.11"

pico-args = { version = "0.5", features = ["combined-flags"] }

anyhow = "1"

dirs = "6"

regex = "1.12"

nucleo = "0.5"
urlencoding = "2"

tempfile = "3"
\ No newline at end of file