๐Ÿ“ฆ nexxeln / license-generator

๐Ÿ“„ Cargo.toml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16[package]
name = "gen-license"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/rithulkamesh/gen-license"
authors=["Rithul Kamesh <hi@rithul.dev>", "Shoubhit Dash <shoubhit2005@gmail.com>"]
description = "A very easy-to-use and fast command line license generator!"
license = "MIT"

[dependencies]
chrono = "0.4.23"
ureq = { version = "2.4.0", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
dialoguer = { version = "0.10.0", features = ["fuzzy-select"] }