roxy-cli/Cargo.toml
2024-01-24 02:13:16 -05:00

12 lines
235 B
TOML

[package]
name = "roxy_cli"
version = "0.1.0"
edition = "2021"
[dependencies]
glob = "0.3.1"
syntect = "5.1.0"
roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" }
clap = { version = "4.4.17", features = ["derive"] }