Add crate metadata

This commit is contained in:
2022-07-14 14:29:22 +02:00
parent 30b5bb77e8
commit 01c6abc280
2 changed files with 379 additions and 2 deletions

View File

@ -1,8 +1,12 @@
[package]
name = "composers"
version = "0.1.0"
name = "compost"
description = "show stats for running docker compose projects"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
version = "1.0.0"
license = "MPL-2.0"
edition = "2021"
[dependencies]
clap = { version = "3.1.9", features = ["derive"] }
crossterm = "0.23.2"