1
Fork 0
bauke-xyz/Cargo.toml

20 lines
429 B
TOML
Raw Normal View History

2021-08-26 15:52:13 +00:00
# https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "bauke-xyz"
description = "https://bauke.xyz"
version = "1.0.0"
edition = "2018"
repository = "https://git.holllo.cc/Bauke/bauke.xyz"
license = "AGPL-3.0-or-later"
[[bin]]
name = "bauke-xyz"
path = "source/main.rs"
[dependencies]
2021-11-26 13:08:13 +00:00
askama = "0.10.5"
color-eyre = "0.5.11"
rsass = "0.22.2"
2021-08-30 14:35:59 +00:00
userstyles = { git = "https://git.holllo.cc/Bauke/userstyles" }