Re-export the assign macro
This commit is contained in:
parent
7f94479c2d
commit
0ab74eac44
@ -32,6 +32,7 @@ identity-service-api = ["ruma-api", "ruma-identity-service-api"]
|
||||
push-gateway-api = ["ruma-api", "ruma-push-gateway-api"]
|
||||
|
||||
[dependencies]
|
||||
assign = "1.1.0"
|
||||
js_int = "0.1.9"
|
||||
|
||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use assign::assign;
|
||||
#[doc(no_inline)]
|
||||
pub use js_int::{int, uint, Int, UInt};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user