1
Fork 0
bauke-xyz/Cargo.toml

24 lines
488 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"
2022-09-25 22:56:32 +00:00
description = "Bauke's website."
repository = "https://git.bauke.xyz/Bauke/bauke-xyz"
2021-08-26 15:52:13 +00:00
license = "AGPL-3.0-or-later"
2022-09-25 22:56:32 +00:00
version = "1.0.0"
authors = ["Bauke <me@bauke.xyz>"]
edition = "2021"
2021-08-26 15:52:13 +00:00
[[bin]]
name = "bauke-xyz"
path = "source/main.rs"
[dependencies]
2022-03-28 12:05:26 +00:00
askama = "0.11.1"
2022-09-25 22:56:32 +00:00
color-eyre = "0.6.2"
2022-03-28 12:05:26 +00:00
rsass = "0.23.4"
2022-10-03 23:03:55 +00:00
[dependencies.userstyles]
git = "https://git.bauke.xyz/Bauke/userstyles"
rev = "8aa9ad3"