comma/Cargo.toml

14 lines
374 B
TOML
Raw Normal View History

2022-04-17 22:36:31 +03:00
[package]
name = "comma"
description = "runs programs without installing them"
2023-07-14 22:03:08 +03:00
version = "1.7.1"
2022-04-17 22:36:31 +03:00
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]
2023-07-14 21:37:18 +03:00
clap = { version = "4.3.12", features = ["derive", "cargo", "env"] }
xdg = "2.5.0"