1
Fork 0
userstyles/Cargo.toml

23 lines
412 B
TOML
Raw Permalink Normal View History

2021-08-30 12:48:50 +00:00
[package]
name = "userstyles"
description = "https://bauke.xyz/userstyles"
2022-10-03 22:57:48 +00:00
repository = "https://git.bauke.xyz/Bauke/userstyles"
2021-08-30 12:48:50 +00:00
license = "AGPL-3.0-or-later"
2022-10-03 22:57:48 +00:00
version = "1.0.0"
edition = "2021"
build = "source/build.rs"
2021-08-30 12:48:50 +00:00
[lib]
path = "source/lib.rs"
[dependencies]
2022-10-03 22:57:48 +00:00
serde_json = "1.0.85"
thiserror = "1.0.37"
[dependencies.serde]
features = ["derive"]
version = "1.0.145"
2021-08-30 12:48:50 +00:00
[build-dependencies]
2022-10-03 22:57:48 +00:00
rsass = "0.23.4"