1
Fork 0
bauke-xyz/Cargo.toml

20 lines
429 B
TOML

# 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]
askama = "0.10.5"
color-eyre = "0.5.11"
rsass = "0.22.2"
userstyles = { git = "https://git.holllo.cc/Bauke/userstyles" }