Re-export the assign macro

This commit is contained in:
Jonas Platte 2020-09-25 16:11:02 +02:00
parent 7f94479c2d
commit 0ab74eac44
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ identity-service-api = ["ruma-api", "ruma-identity-service-api"]
push-gateway-api = ["ruma-api", "ruma-push-gateway-api"] push-gateway-api = ["ruma-api", "ruma-push-gateway-api"]
[dependencies] [dependencies]
assign = "1.1.0"
js_int = "0.1.9" js_int = "0.1.9"
ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-common = { version = "0.2.0", path = "../ruma-common" }

View File

@ -13,6 +13,8 @@
#![deny(missing_docs)] #![deny(missing_docs)]
#[doc(no_inline)]
pub use assign::assign;
#[doc(no_inline)] #[doc(no_inline)]
pub use js_int::{int, uint, Int, UInt}; pub use js_int::{int, uint, Int, UInt};