1
0
spoon-blog/Cargo.toml

21 lines
388 B
TOML
Raw Normal View History

2025-04-14 10:30:43 -05:00
[package]
name = "spoon-blog"
2025-04-14 11:13:49 -05:00
version = "0.3.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"
2025-04-14 11:13:49 -05:00
env_logger = "0.11.8"
2025-04-14 10:51:55 -05:00
log = "0.4.27"
2025-04-14 11:13:49 -05:00
macro_rules_attribute = "0.2.0"
smol = "2.0.2"
smol-macros = "0.1.1"
tide = "0.16.0"