1
0
spoon-blog/Cargo.toml
2025-04-14 10:51:55 -05:00

16 lines
281 B
TOML

[package]
name = "spoon-blog"
version = "0.2.0"
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]
colog = "1.3.0"
log = "0.4.27"