~core/sage

ref: f11e86509b6263d2d92c20f8aefdc2472a1285bf sage/Cargo.toml -rw-r--r-- 306 bytes
f11e8650 — core initial 21 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "sage"
version = "0.1.0"
edition = "2024"

[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"