midnight/Cargo.toml

16 lines
584 B
TOML

[package]
name = "midnight"
version = "1.1.1"
authors = ["Ben Bridle <bridle.benjamin@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
switches = { git = "https://tildegit.org/toast/switches", tag = "v1.0" }
markdown_parser = { git = "https://tildegit.org/toast/markdown_parser", tag = "v1.0" }
vagabond = { git = "https://tildegit.org/toast/vagabond", tag = "v1.0" }
wetstring_http = { git = "https://tildegit.org/toast/wetstring_http", tag = "v1.0" }
env_logger = "0.8.4"
log = "0.4.14"