diff --git a/Cargo.toml b/Cargo.toml index 8702b9f..024b6c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,11 @@ license-file = "LICENSE" readme = "README.md" description = "Transmission JRPC client" keywords = ["transmission", "torrent", "jrpc"] -categories = ["API bindings"] +categories = ["api-bindings"] +include = [ + "**/*.rs", + "Cargo.toml", +] [dependencies] dotenv = "0.15.0" diff --git a/src/.DS_Store b/src/.DS_Store deleted file mode 100644 index 4cc4dad..0000000 Binary files a/src/.DS_Store and /dev/null differ