Skip to content

Commit

Permalink
fix: wasm build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop authored Oct 16, 2024
1 parent ad4f7ae commit 9cb85ec
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 1 deletion.
82 changes: 81 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "tailcall-valid"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
derive_setters = "0.1.6"
regex = "1.11.0"
Expand All @@ -11,6 +14,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_path_to_error = "0.1.16"
http = "1.1.0"
wasm-bindgen = "0.2.92"

[dev-dependencies]
pretty_assertions = "1.4.1"
Expand Down

0 comments on commit 9cb85ec

Please sign in to comment.