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
|
@ -6,4 +6,4 @@ PYO3_NO_PYTHON = "1"
|
||||||
MACOSX_DEPLOYMENT_TARGET = "10.13.4"
|
MACOSX_DEPLOYMENT_TARGET = "10.13.4"
|
||||||
|
|
||||||
[term]
|
[term]
|
||||||
color = "always"
|
color = "always"
|
||||||
|
|
|
@ -4,5 +4,5 @@ resolver = "2"
|
||||||
|
|
||||||
[traversal-excludes]
|
[traversal-excludes]
|
||||||
third-party = [
|
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",
|
"**/node_modules",
|
||||||
"out/**",
|
"out/**",
|
||||||
"**/*-lock.json",
|
"**/*-lock.json",
|
||||||
"**/*.{ts,toml,svelte}",
|
"**/*.{ts,svelte}",
|
||||||
"qt/aqt/data/web/js/vendor/*.js",
|
"qt/aqt/data/web/js/vendor/*.js",
|
||||||
"ftl/qt-repo",
|
"ftl/qt-repo",
|
||||||
"ftl/core-repo",
|
"ftl/core-repo",
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "configure"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "ninja_gen"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "runner"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "ftl"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -4,8 +4,8 @@ description = "Anki's Rust library code Python bindings"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anki"
|
name = "anki"
|
||||||
build = "build.rs"
|
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
||||||
|
build = "build.rs"
|
||||||
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
rust-version = "1.64"
|
rust-version = "1.64"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pyembed = { path = "./PyOxidizer/pyembed", default-features = false }
|
pyembed = { path = "./PyOxidizer/pyembed", default-features = false }
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "makeapp"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "makeinstall"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -5,8 +5,8 @@ description = "Anki's Rust library code"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "linkchecker"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
# [[test]]
|
# [[test]]
|
||||||
|
|
Loading…
Reference in a new issue