diff --git a/Cargo.toml b/Cargo.toml index 2b1abc8..f164b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,7 @@ repository = "https://github.com/Traverse-Research/android-sdkmanager-rs" keywords = ["android", "sdkmanager"] documentation = "https://docs.rs/android-sdkmanager-rs/" -include = [ - "Cargo.toml", - "LICENSE-*", - "src/**", -] +include = ["LICENSE-*", "/src"] [lib] name = "android_sdkmanager" diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 18aff04..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,4 +0,0 @@ -[toolchain] -channel = "1.58.1" -components = ["rustfmt", "clippy"] -targets = [ "aarch64-linux-android" ] \ No newline at end of file