1
0
spoon-blog/Cargo.toml

14 lines
250 B
TOML

[package]
name = "spoon-blog"
version = "0.1.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]