From cef816e124eb23c560a8626464eb7404cec24758 Mon Sep 17 00:00:00 2001 From: core Date: Thu, 27 Nov 2025 20:26:37 -0500 Subject: [PATCH] feat: meta --- Cargo.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a17318ad23b5edf8aa96b2cc5c0fd6b2ed849a2..40fc8ab202f90fda7378a181c491ba22aa060155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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