docs/Cargo.toml

19 lines
471 B
TOML
Raw Normal View History

2023-06-06 00:50:21 +00:00
[package]
name = "docs"
version = "0.1.0"
edition = "2021"
authors = ["Jonny Saunders <j@nny.fyi>"]
documentation = "https://piracy.solutions/docs"
readme="README.md"
homepage = "https://piracy.solutions/docs"
repository = "https://github.com/p2p-ld/docs"
exclude = ["/book"]
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2023-06-06 02:27:03 +00:00
[dependencies]
2023-06-06 00:50:21 +00:00
mdbook = "0.4.30"
mdbook-bib = "0.0.5"
mdbook-mermaid = "0.12.6"