prepares the library for an initial release to crates.io
This commit is contained in:
parent
c285678d26
commit
2010dabf57
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ansi"
|
name = "ansi"
|
||||||
description = "This library contains all ANSI Escape Codes that are defined in the ISO 6429 Standard"
|
description = "This library contains all ANSI Escape Codes that are defined in the ISO 6429 Standard"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = ["Frank Zechert <rust.frank@zechert.net>"]
|
authors = ["Frank Zechert <rust.frank@zechert.net>"]
|
||||||
@ -9,8 +9,9 @@ repository = "https://git.zechert.net/fzechert/ansi.git"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
# crates.io
|
# crates.io
|
||||||
publish = false
|
publish = true
|
||||||
keywords = ["ansi", "escape codes", "ISO 6429", "ECMA 48", "ANSI X3.64"]
|
keywords = ["ansi", "escape codes", "ISO 6429", "ECMA 48", "ANSI X3.64"]
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
|
include = ["**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user