diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..90ee18ee --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [djc] +patreon: dochtman diff --git a/Cargo.toml b/Cargo.toml index 251856b9..3deb82eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "console" description = "A terminal and console abstraction for Rust" -version = "0.15.12" +version = "0.16.0" keywords = ["cli", "terminal", "colors", "console", "ansi"] -authors = ["Armin Ronacher "] license = "MIT" edition = "2021" homepage = "https://github.com/console-rs/console"