diff --git a/src/lib.rs b/src/lib.rs index 709cb4ba2..411b19101 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -144,7 +144,7 @@ )] mod allocation; -mod attr; +pub mod attr; pub mod chandata; pub mod relay; mod server;