This repository has been archived on 2023-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
plaque/Cargo.toml

18 lines
470 B
TOML

[package]
name = "plaque"
version = "0.0.1"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
[dependencies]
charsets = { git = "https://git.tebibyte.media/emma/rust-charsets.git", version = "0.3.0" }
isolang = { version = "2.2.0", features = ["serde"] }
libc = "0.2.139"
pulldown-cmark = "0.9.2"
serde = { version = "1.0.152", features = ["derive"] }
serde_with = "2.2.0"
tl = "0.7.7"
toml = "0.7.2"
yacexits = "0.1.3"