mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-14 02:34:29 +00:00
18 lines
471 B
TOML
18 lines
471 B
TOML
[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
|
|
|
|
[dependencies]
|
|
mdbook = "0.4.30"
|
|
mdbook-bib = "0.0.5"
|
|
mdbook-mermaid = "0.12.6"
|