~core/sage

ref: a5ea94fd04873a203d0a5e2066ca4177c5102c93 sage/Cargo.toml -rw-r--r-- 498 bytes
a5ea94fd — core feat: better err msg 21 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "sage"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-only"
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"