diff --git a/Cargo.toml b/Cargo.toml index aa042de..676056a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,10 @@ homepage = "https://github.com/softprops/atty" repository = "https://github.com/softprops/atty" keywords = ["terminal", "tty"] license = "MIT" +readme = "README.md" + +[badges] +travis-ci = { repository = "softprops/atty" } [target.'cfg(unix)'.dependencies] libc = { version = "0.2", default-features = false }