feat: add license, readme and update manifest file
Added empty README Added MIT license Updated Cargo.toml with some general info about the project
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
[package]
|
||||
name = "ahab"
|
||||
version = "0.1.0"
|
||||
description = "docker cli wrapper"
|
||||
readme = "README.md"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
|
||||
repository = "https://github.com/janezicmatej/ahab.git"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user