feat: add license and publisable

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-02 12:35:36 +02:00
parent 5e9dc88a1b
commit b7747dec06
2 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
[package]
name = "cuddle_cli"
description = "cuddle is a shuttle inspired script and configuration management tool. It enables sharing of workflows on developers workstations and ci"
repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please"
readme = "../README.md"
license-file = "../LICENSE"
publishable = true
version = "0.1.0"
edition = "2021"
@@ -7,9 +12,6 @@ edition = "2021"
name = "cuddle"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.72", features = ["backtrace"] }
serde = { version = "1.0.180", features = ["derive"] }