diff --git a/Cargo.toml b/Cargo.toml index ba397b9..b72392a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qv" description = "quickly view your data" -version = "0.4.0" +version = "0.9.0" edition = "2021" homepage = "https://github.com/timvw/qv" repository = "https://github.com/timvw/qv" @@ -9,6 +9,12 @@ readme = "README.md" authors = ["Tim Van Wassenhove "] license = "Apache-2.0" keywords = [ "quickview", "data", "query", "sql", "datafusion" ] +exclude = [ + ".github/*", + "ci/*", + "dev/*", + "testing/*", +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html