many improvements
This commit is contained in:
@@ -24,14 +24,15 @@ serde_derive = "1"
|
||||
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
|
||||
tracing = "0.1.37"
|
||||
#wasm-bindgen = "0.2.83"
|
||||
#wasm-bindgen-futures = "0.4"
|
||||
enostr = { path = "enostr" }
|
||||
serde_json = "1.0.89"
|
||||
|
||||
|
||||
# web:
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
tracing-wasm = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
# native:
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user