mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Re-enable formatting for .toml files
This commit is contained in:
parent
7972708029
commit
e497a56f54
13 changed files with 15 additions and 15 deletions
|
@ -4,5 +4,5 @@ resolver = "2"
|
|||
|
||||
[traversal-excludes]
|
||||
third-party = [
|
||||
{ name = "reqwest", git = "https://github.com/ankitects/reqwest.git", rev = "7591444614de02b658ddab125efba7b2bb4e2335" }
|
||||
{ name = "reqwest", git = "https://github.com/ankitects/reqwest.git", rev = "7591444614de02b658ddab125efba7b2bb4e2335" },
|
||||
]
|
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "anki"
|
||||
build = "build.rs"
|
||||
version = "0.0.0"
|
||||
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
||||
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 }
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue