diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 14:59:54 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 14:59:54 +0100 |
| commit | c9c32dc5192151a4f601af05988a5e5d8f6db8c5 (patch) | |
| tree | c7da2b0d7433cb5f13a2a27301315cdbbd31c02b | |
| parent | d08750034a582b7ef338432a360c62a2969f6aa0 (diff) | |
fix: tinywasm crate type
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
| -rw-r--r-- | crates/tinywasm/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index 1fee641..c613dac 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -6,7 +6,6 @@ edition="2021" [lib] name="tinywasm" path="src/lib.rs" -crate-type=["lib", "cdylib", "rlib"] [dependencies] log={version="0.4", optional=true} |
