dfd1f27427
* snow 1.0.0 (via `alr publish`) * Restrict availability to Windows --------- Co-authored-by: Navid M <navidm@navidm.com> Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
19 lines
456 B
TOML
19 lines
456 B
TOML
name = "snow"
|
|
description = "Console output utilities"
|
|
version = "1.0.0"
|
|
|
|
authors = ["Navid M"]
|
|
maintainers = ["Navid M <navidm@navidm.com>"]
|
|
maintainers-logins = ["navidm"]
|
|
licenses = "GPL-3.0-only"
|
|
website = "https://github.com/navid-m/snow"
|
|
tags = ["cli", "console", "output", "utilities"]
|
|
|
|
[available.'case(os)']
|
|
windows = true
|
|
'...' = false
|
|
|
|
[origin]
|
|
commit = "7f08ff36c43ad55c2b1174028e65eb99aa9126b5"
|
|
url = "git+https://github.com/navid-m/snow.git"
|