diff --git a/.cargo/config.toml b/.cargo/config.toml index dd55c71a5..838b8d683 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -6,4 +6,4 @@ PYO3_NO_PYTHON = "1" MACOSX_DEPLOYMENT_TARGET = "10.13.4" [term] -color = "always" \ No newline at end of file +color = "always" diff --git a/.config/hakari.toml b/.config/hakari.toml index 79e96fad7..6ff0af81a 100644 --- a/.config/hakari.toml +++ b/.config/hakari.toml @@ -4,5 +4,5 @@ resolver = "2" [traversal-excludes] third-party = [ - { name = "reqwest", git = "https://github.com/ankitects/reqwest.git", rev = "7591444614de02b658ddab125efba7b2bb4e2335" } -] \ No newline at end of file + { name = "reqwest", git = "https://github.com/ankitects/reqwest.git", rev = "7591444614de02b658ddab125efba7b2bb4e2335" }, +] diff --git a/.dprint.json b/.dprint.json index ad6e0178e..0e96c801b 100644 --- a/.dprint.json +++ b/.dprint.json @@ -18,7 +18,7 @@ "**/node_modules", "out/**", "**/*-lock.json", - "**/*.{ts,toml,svelte}", + "**/*.{ts,svelte}", "qt/aqt/data/web/js/vendor/*.js", "ftl/qt-repo", "ftl/core-repo", diff --git a/build/configure/Cargo.toml b/build/configure/Cargo.toml index 324fccc36..d63609b6a 100644 --- a/build/configure/Cargo.toml +++ b/build/configure/Cargo.toml @@ -3,8 +3,8 @@ name = "configure" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [dependencies] diff --git a/build/ninja_gen/Cargo.toml b/build/ninja_gen/Cargo.toml index 178357fee..fa0165d76 100644 --- a/build/ninja_gen/Cargo.toml +++ b/build/ninja_gen/Cargo.toml @@ -3,8 +3,8 @@ name = "ninja_gen" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [dependencies] diff --git a/build/runner/Cargo.toml b/build/runner/Cargo.toml index 432b45d94..d0b125a25 100644 --- a/build/runner/Cargo.toml +++ b/build/runner/Cargo.toml @@ -3,8 +3,8 @@ name = "runner" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [dependencies] diff --git a/ftl/Cargo.toml b/ftl/Cargo.toml index 66474b626..61cd49a93 100644 --- a/ftl/Cargo.toml +++ b/ftl/Cargo.toml @@ -3,8 +3,8 @@ name = "ftl" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [[bin]] diff --git a/pylib/rsbridge/Cargo.toml b/pylib/rsbridge/Cargo.toml index fcec4a551..7a7c8ed84 100644 --- a/pylib/rsbridge/Cargo.toml +++ b/pylib/rsbridge/Cargo.toml @@ -4,8 +4,8 @@ description = "Anki's Rust library code Python bindings" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [dependencies] diff --git a/qt/bundle/Cargo.toml b/qt/bundle/Cargo.toml index 99c55bfa7..ee47b4d20 100644 --- a/qt/bundle/Cargo.toml +++ b/qt/bundle/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "anki" -build = "build.rs" version = "0.0.0" authors = ["Ankitects Pty Ltd and contributors "] +build = "build.rs" +edition = "2021" license = "AGPL-3.0-or-later" rust-version = "1.64" -edition = "2021" [dependencies] pyembed = { path = "./PyOxidizer/pyembed", default-features = false } diff --git a/qt/bundle/mac/Cargo.toml b/qt/bundle/mac/Cargo.toml index b95b83eb8..8a0236716 100644 --- a/qt/bundle/mac/Cargo.toml +++ b/qt/bundle/mac/Cargo.toml @@ -3,8 +3,8 @@ name = "makeapp" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [dependencies] diff --git a/qt/bundle/win/Cargo.toml b/qt/bundle/win/Cargo.toml index 87da47027..464f9d6d1 100644 --- a/qt/bundle/win/Cargo.toml +++ b/qt/bundle/win/Cargo.toml @@ -3,8 +3,8 @@ name = "makeinstall" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [dependencies] diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 3d1f8ff87..bcea61d9e 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -5,8 +5,8 @@ description = "Anki's Rust library code" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true [lib] diff --git a/rslib/linkchecker/Cargo.toml b/rslib/linkchecker/Cargo.toml index 9c64a64c6..f48ebbfa4 100644 --- a/rslib/linkchecker/Cargo.toml +++ b/rslib/linkchecker/Cargo.toml @@ -3,8 +3,8 @@ name = "linkchecker" version.workspace = true authors.workspace = true -license.workspace = true edition.workspace = true +license.workspace = true rust-version.workspace = true # [[test]]