roxy-cli/Cargo.toml

12 lines
235 B
TOML
Raw Normal View History

2024-01-17 09:26:21 +00:00
[package]
name = "roxy_cli"
version = "0.1.0"
edition = "2021"
[dependencies]
glob = "0.3.1"
syntect = "5.1.0"
2024-01-24 07:13:16 +00:00
roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" }
2024-01-17 09:26:21 +00:00
clap = { version = "4.4.17", features = ["derive"] }