Add crate metadata
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user