2
1
Fork 0
quickshell-docs/typegen/Cargo.toml

12 lines
190 B
TOML
Raw Normal View History

2024-02-12 12:07:01 +00:00
[package]
name = "typegen"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "^1"
regex = "^1.10"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
toml = "^0.8"