roxy-cli/Cargo.toml
KitsuneCafe 4a5376453d :3
2024-02-01 05:37:36 -05:00

18 lines
575 B
TOML

[package]
name = "roxy_cli"
version = "0.1.0"
edition = "2021"
[dependencies]
glob = "0.3.1"
syntect = "5.1.0"
roxy_markdown_parser = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-markdown-parser.git" }
roxy_tera_parser = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-tera-parser.git" }
roxy_markdown_tera_rewriter = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-markdown-tera-rewriter.git" }
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
clap = { version = "4.4.17", features = ["derive"] }
toml = "0.8.8"
tera = "1.19.1"
serde = "1.0.195"