rocket-pinboard/Cargo.toml

24 lines
540 B
TOML

[package]
name = "rocket-pinboard"
version = "1.0.1"
authors = ["Paul van Tilburg <paul@luon.net>"]
description = """
A web application (based on Rocket) for maintaining a pinboard of notes for
a family or group of friends.
"""
readme = "README.md"
license = "MIT"
edition = "2018"
[dependencies]
comrak = "0.7.0"
glob = "0.3.0"
Inflector = "*"
rocket = { version = "0.5.0-rc.1", features = ["json"] }
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
toml = "0.5"
[dev-dependencies]
serde = "1.0"
serde_json = "1.0"