Add env_logger and reexport
This commit is contained in:
parent
af60768c85
commit
fc46d831a7
@ -10,6 +10,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
aes-gcm = "0.10.3"
|
aes-gcm = "0.10.3"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
js-sys = "0.3.69"
|
js-sys = "0.3.69"
|
||||||
|
env_logger = "0.9"
|
||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
serde = { version = "1.0.193", features = ["derive"] }
|
serde = { version = "1.0.193", features = ["derive"] }
|
||||||
|
@ -2,6 +2,7 @@ use std::fmt::Debug;
|
|||||||
use std::sync::{Mutex, MutexGuard};
|
use std::sync::{Mutex, MutexGuard};
|
||||||
|
|
||||||
pub use aes_gcm;
|
pub use aes_gcm;
|
||||||
|
pub use env_logger;
|
||||||
pub use log;
|
pub use log;
|
||||||
pub use sp_client;
|
pub use sp_client;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user