16 lines
281 B
TOML
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"
|