Skip to content

Commit

Permalink
initial htmx-script in macro
Browse files Browse the repository at this point in the history
I also moved examples to be able to specify their dependencies outside
of the workspace's dev-dependencies
  • Loading branch information
ModProg committed Sep 15, 2023
1 parent 01d9c71 commit 89854a3
Show file tree
Hide file tree
Showing 16 changed files with 7,467 additions and 3,810 deletions.
135 changes: 77 additions & 58 deletions Cargo.lock

Large diffs are not rendered by default.

23 changes: 3 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace]
members = ["example"]

[package]
name = "htmx"
version = "0.1.0"
Expand Down Expand Up @@ -39,16 +42,6 @@ htmx = { path = ".", default-features = false, features = [
"sorted_attributes",
] }

# example dependencies
actix-web = "4.4.0"

axum = "0.6.20"
tokio = { version = "1.32.0", features = ["full"] }

tauri-runtime = "0.14"
tauri-runtime-wry = "0.14"
url = "2.4.1"

[profile.dev.package.insta]
opt-level = 3

Expand All @@ -59,16 +52,6 @@ rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.release]
shared-version = true

[[example]]
name = "actix"
path = "examples/actix.rs"
required-features = ["actix-web"]

[[example]]
name = "axum"
path = "examples/axum.rs"
required-features = ["axum"]

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = '## \[Unreleased\]'
Expand Down
Loading

0 comments on commit 89854a3

Please sign in to comment.