forked from catppuccin/mdBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (26 loc) · 805 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "mdbook-catppuccin"
authors = ["Goudham Suresh <[email protected]>", "winston <[email protected]>"]
description = "A mdbook preprocessor that exposes the catppuccin flavours as available themes!"
version = "2.0.0"
edition = "2021"
license = "MIT"
readme = "README.md"
repository = "https://github.com/catppuccin/mdBook"
keywords = ["mdbook", "markdown", "catppuccin", "preprocessor", "plugin"]
include = ["/src", "/assets", "/README.md", "/LICENSE"]
[[bin]]
name = "mdbook-catppuccin"
path = "src/bin/mdbook-catppuccin.rs"
[lib]
name = "mdbook_catppuccin"
path = "src/lib.rs"
[dependencies]
clap = { version = "=4.4.3", features = ["cargo"] }
mdbook = "=0.4.35"
env_logger = "0.10.0"
log = "0.4.20"
serde_json = "1.0.105"
semver = "1.0.19"
toml_edit = "0.20.1"
version-compare = "0.1.1"