comma/Cargo.toml

14 lines
373 B
TOML
Raw Normal View History

2022-04-17 22:36:31 +03:00
[package]
name = "comma"
description = "runs programs without installing them"
2023-04-06 01:20:15 +03:00
version = "1.6.0"
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-04-06 01:19:05 +03:00
clap = { version = "4.2.1", features = ["derive", "cargo", "env"] }
2022-09-16 02:30:38 +03:00
xdg = "2.4.1"