feat: add license and publisable
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user