typst-install/Cargo.toml
aaron-jack-manning 0a2a9a8637 initial commit
2023-11-02 10:59:10 +11:00

11 lines
234 B
TOML

[package]
name = "typst-install"
version = "0.1.0"
edition = "2021"
authors = ["Aaron Manning"]
[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
toml = "0.8.6"