-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*) split the Cargo workspace between lib/ and t/lib/
To better manage automated dependencies and security updates, and help distinguish high-priority vs low-priority alerts.
- Loading branch information
1 parent
452aad0
commit f56a7e6
Showing
13 changed files
with
380 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[workspace] | ||
members = [ | ||
"ngx-rust", | ||
"ngx-wasm-rs", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "ngx-wasm" | ||
name = "ngx-wasm-rs" | ||
version = "0.1.0" | ||
authors = ["Hisham Muhammad <[email protected]>"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,3 @@ wat = ["dep:ngx-wasm-wat"] | |
[lib] | ||
name = "ngx_wasm_rs" | ||
crate-type = ["staticlib", "cdylib"] | ||
|
||
[workspace] | ||
# not in a workspace | ||
|
File renamed without changes.
Oops, something went wrong.