comma/Cargo.toml
2023-04-06 01:20:15 +03:00

14 lines
373 B
TOML

[package]
name = "comma"
description = "runs programs without installing them"
version = "1.6.0"
edition = "2021"
authors = ["Artturin <Artturin@artturin.com>"]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.1", features = ["derive", "cargo", "env"] }
xdg = "2.4.1"