re-export BigUint
Signed-off-by: Rin Cat (鈴猫) <rincat@rincat.dev>
This commit is contained in:
parent
bd7b29f96b
commit
53a437c45b
@ -1,7 +1,7 @@
|
|||||||
pub mod sloth;
|
pub mod sloth;
|
||||||
|
|
||||||
use base64::{prelude::BASE64_URL_SAFE, Engine};
|
use base64::{prelude::BASE64_URL_SAFE, Engine};
|
||||||
use num_bigint::BigUint;
|
pub use num_bigint::BigUint;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use wasm_bindgen::prelude::*;
|
use wasm_bindgen::prelude::*;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user