21 lines
388 B
TOML
21 lines
388 B
TOML
[package]
|
|
name = "spoon-blog"
|
|
version = "0.3.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"
|
|
env_logger = "0.11.8"
|
|
log = "0.4.27"
|
|
macro_rules_attribute = "0.2.0"
|
|
smol = "2.0.2"
|
|
smol-macros = "0.1.1"
|
|
tide = "0.16.0"
|