1
Fork 0
bauke-xyz/Cargo.toml

24 lines
488 B
TOML

# https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "bauke-xyz"
description = "Bauke's website."
repository = "https://git.bauke.xyz/Bauke/bauke-xyz"
license = "AGPL-3.0-or-later"
version = "1.0.0"
authors = ["Bauke <me@bauke.xyz>"]
edition = "2021"
[[bin]]
name = "bauke-xyz"
path = "source/main.rs"
[dependencies]
askama = "0.11.1"
color-eyre = "0.6.2"
rsass = "0.23.4"
[dependencies.userstyles]
git = "https://git.bauke.xyz/Bauke/userstyles"
rev = "8aa9ad3"