Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
1[package]
2name = "wisp-lexicons"
3version = "0.1.0"
4edition = "2024"
5
6[features]
7default = ["place_wisp"]
8place_wisp = []
9
10[dependencies]
11jacquard-common = { git = "https://tangled.org/nonbinary.computer/jacquard" }
12jacquard-derive = { git = "https://tangled.org/nonbinary.computer/jacquard" }
13jacquard-lexicon = { git = "https://tangled.org/nonbinary.computer/jacquard" }
14serde = { version = "1.0", features = ["derive"] }
15rustversion = "1.0"