Files
define/Cargo.toml
T
ozzy e44db5285a feat(cli): colors
add color to output of command
2026-08-30 15:39:32 -05:00

12 lines
329 B
TOML

[package]
name = "define"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.6", features = ["derive"] }
colored = "3.1.1"
reqwest = { version = "0.13.4", features = ["json"] }
serde = { version = "1.0.229", features = ["derive"] }
tokio = { version = "1.53.1", features = ["macros", "rt-multi-thread"] }