comma/Cargo.toml
2023-07-14 22:03:08 +03:00

14 lines
374 B
TOML

[package]
name = "comma"
description = "runs programs without installing them"
version = "1.7.1"
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.3.12", features = ["derive", "cargo", "env"] }
xdg = "2.5.0"