comma/Cargo.toml
2022-04-19 01:36:39 +03:00

13 lines
306 B
TOML

[package]
name = "comma"
description = "runs programs without installing them"
version = "0.1.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 = "3.1.9"