Skip to content

Commit

Permalink
Discard changes to core/tauri-build/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Apr 29, 2024
1 parent 162510f commit 0752857
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tauri-build"
version = "2.0.0-beta.13"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = ["CHANGELOG.md", "/target"]
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
authors = { workspace = true }
homepage = { workspace = true }
Expand All @@ -20,10 +20,10 @@ targets = [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-linux-android",
"x86_64-apple-ios",
"x86_64-apple-ios"
]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]

[dependencies]
anyhow = "1"
Expand All @@ -41,12 +41,12 @@ semver = "1"
dirs-next = "2"
glob = "0.3"
toml = "0.8"
schemars = { version = "0.8", features = ["preserve_order"] }
schemars = { version = "0.8", features = [ "preserve_order" ] }

[features]
default = ["config-json"]
codegen = ["tauri-codegen", "quote"]
isolation = ["tauri-codegen/isolation", "tauri-utils/isolation"]
config-json = []
config-json5 = ["tauri-utils/config-json5"]
config-toml = ["tauri-utils/config-toml"]
default = [ "config-json" ]
codegen = [ "tauri-codegen", "quote" ]
isolation = [ "tauri-codegen/isolation", "tauri-utils/isolation" ]
config-json = [ ]
config-json5 = [ "tauri-utils/config-json5" ]
config-toml = [ "tauri-utils/config-toml" ]

0 comments on commit 0752857

Please sign in to comment.