lavender.software/Cargo.toml

18 lines
347 B
TOML

[package]
name = "lavender_software"
version = "0.1.0"
authors = ["videogame hacker <half-kh-hacker@hackery.site>"]
edition = "2018"
build = "build.rs"
[[bin]]
name = "lavender_software"
path = "build_src/main.rs"
[dependencies]
askama = "0.10.5"
notify = "4.0.17"
siru = { git = "https://github.com/videogame-hacker/siru.git" }
ssri = "7.0.0"