Skip to content

Commit 856cb46

Browse files
committed
add description and repository fields
1 parent 43bda86 commit 856cb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[package]
22
name = "enable-ansi-support"
3+
description = "Enable ANSI escape code support on Windows 10"
34
version = "0.1.0"
45
edition = "2018"
56
license = "MIT"
67
readme = "README.md"
8+
repository = "https://github.com/sunshowers/enable-ansi-support"
79

810
[target.'cfg(windows)'.dependencies]
911
winapi = { version = "0.3.9", features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "winnt"] }

0 commit comments

Comments
 (0)