typst-install/Cargo.toml

11 lines
234 B
TOML
Raw Normal View History

2023-11-01 23:52:36 +00:00
[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"