diff --git a/build/archives/Cargo.toml b/build/archives/Cargo.toml index 831d9741a..35db0c537 100644 --- a/build/archives/Cargo.toml +++ b/build/archives/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "archives" -version = "0.0.0" -authors = ["Ankitects Pty Ltd"] -edition = "2021" +publish = false + +version.workspace = true +authors.workspace = true +edition.workspace = true +license.workspace = true +rust-version.workspace = true [dependencies] camino = "1.1.1" diff --git a/build/configure/Cargo.toml b/build/configure/Cargo.toml index d63609b6a..c51c864d1 100644 --- a/build/configure/Cargo.toml +++ b/build/configure/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "configure" +publish = false version.workspace = true authors.workspace = true diff --git a/build/ninja_gen/Cargo.toml b/build/ninja_gen/Cargo.toml index fa0165d76..262acbb44 100644 --- a/build/ninja_gen/Cargo.toml +++ b/build/ninja_gen/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "ninja_gen" +publish = false version.workspace = true authors.workspace = true diff --git a/build/runner/Cargo.toml b/build/runner/Cargo.toml index d0b125a25..3f40058c4 100644 --- a/build/runner/Cargo.toml +++ b/build/runner/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "runner" +publish = false version.workspace = true authors.workspace = true diff --git a/ftl/Cargo.toml b/ftl/Cargo.toml index 61cd49a93..0b8a683a1 100644 --- a/ftl/Cargo.toml +++ b/ftl/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "ftl" +publish = false version.workspace = true authors.workspace = true diff --git a/pylib/rsbridge/Cargo.toml b/pylib/rsbridge/Cargo.toml index 7a7c8ed84..1fa5d4922 100644 --- a/pylib/rsbridge/Cargo.toml +++ b/pylib/rsbridge/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rsbridge" +publish = false description = "Anki's Rust library code Python bindings" version.workspace = true diff --git a/qt/bundle/Cargo.toml b/qt/bundle/Cargo.toml index ee47b4d20..ac1a8bfd8 100644 --- a/qt/bundle/Cargo.toml +++ b/qt/bundle/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Ankitects Pty Ltd and contributors "] build = "build.rs" edition = "2021" license = "AGPL-3.0-or-later" +publish = false rust-version = "1.64" [dependencies] diff --git a/qt/bundle/mac/Cargo.toml b/qt/bundle/mac/Cargo.toml index 8a0236716..0fdc7d9d4 100644 --- a/qt/bundle/mac/Cargo.toml +++ b/qt/bundle/mac/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "makeapp" +publish = false version.workspace = true authors.workspace = true diff --git a/qt/bundle/win/Cargo.toml b/qt/bundle/win/Cargo.toml index 464f9d6d1..fd5e59c16 100644 --- a/qt/bundle/win/Cargo.toml +++ b/qt/bundle/win/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "makeinstall" +publish = false version.workspace = true authors.workspace = true diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index bcea61d9e..35bf49d96 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "anki" build = "build/main.rs" +publish = false description = "Anki's Rust library code" version.workspace = true diff --git a/rslib/i18n/Cargo.toml b/rslib/i18n/Cargo.toml index 67427f61f..d05f23f33 100644 --- a/rslib/i18n/Cargo.toml +++ b/rslib/i18n/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "anki_i18n" -version = "0.0.0" -authors = ["Ankitects Pty Ltd and contributors"] build = "build/main.rs" -edition = "2021" -license = "AGPL-3.0-or-later" +publish = false description = "Anki's Rust library i18n code" +version.workspace = true +authors.workspace = true +edition.workspace = true +license.workspace = true +rust-version.workspace = true + [lib] name = "anki_i18n" path = "src/lib.rs" diff --git a/rslib/i18n_helpers/Cargo.toml b/rslib/i18n_helpers/Cargo.toml index 6941edef1..5d295bfa0 100644 --- a/rslib/i18n_helpers/Cargo.toml +++ b/rslib/i18n_helpers/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "anki_i18n_helpers" -version = "0.0.0" -authors = ["Ankitects Pty Ltd and contributors"] -edition = "2021" -license = "AGPL-3.0-or-later" +publish = false description = "Helpers for Anki's i18n system" +version.workspace = true +authors.workspace = true +edition.workspace = true +license.workspace = true +rust-version.workspace = true + [lib] name = "anki_i18n_helpers" path = "src/lib.rs" diff --git a/rslib/linkchecker/Cargo.toml b/rslib/linkchecker/Cargo.toml index f48ebbfa4..676644a66 100644 --- a/rslib/linkchecker/Cargo.toml +++ b/rslib/linkchecker/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "linkchecker" +publish = false version.workspace = true authors.workspace = true