Skip to content

Commit

Permalink
Move profiles up
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 20, 2024
1 parent a2305ac commit 1f0e275
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ futures-util = "0.3.30"
futures-intrusive = "0.5.0"
thiserror = "1.0.63"


# This is a "virtual package"
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly
[package]
name = "blitz-examples"
version = "0.0.1"
authors = ["Jonathan Kelley"]
edition = "2021"
description = "Top level crate for Blitz"
license = "MIT OR Apache-2.0"
keywords = ["dom", "ui", "gui", "react", "wasm"]
rust-version = "1.70.0"
publish = false

[profile.production]
inherits = "release"
opt-level = 3
Expand All @@ -108,6 +94,19 @@ inherits = "production"
opt-level = "z"
panic = "abort"

# This is a "virtual package"
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly
[package]
name = "blitz-examples"
version = "0.0.1"
authors = ["Jonathan Kelley"]
edition = "2021"
description = "Top level crate for Blitz"
license = "MIT OR Apache-2.0"
keywords = ["dom", "ui", "gui", "react", "wasm"]
rust-version = "1.70.0"
publish = false

[dev-dependencies]
blitz-dom = { path = "./packages/blitz-dom" }
blitz-html = { path = "./packages/blitz-html" }
Expand Down

0 comments on commit 1f0e275

Please sign in to comment.