1
0
spoon-blog/Cargo.toml

16 lines
281 B
TOML
Raw Normal View History

2025-04-14 10:30:43 -05:00
[package]
name = "spoon-blog"
2025-04-14 10:51:55 -05:00
version = "0.2.0"
2025-04-14 10:30:43 -05:00
edition = "2024"
description = "Server for my blog"
repository = "https://repos.slottedspoon.dev/nicola/spoon-blog"
license = "MPL-2.0"
publish = false
[lints.clippy]
pedantic = "warn"
[dependencies]
2025-04-14 10:51:55 -05:00
colog = "1.3.0"
log = "0.4.27"