Support setting referent properties via attributes (#843)

Co-authored-by: Kenneth Loeffler <kenloef@gmail.com>
This commit is contained in:
Micah
2024-06-20 15:48:52 -07:00
committed by GitHub
parent a7b45ee859
commit 7e2bab921a
64 changed files with 942 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ mod multimap;
mod path_serializer;
mod project;
mod resolution;
mod rojo_ref;
mod serve_session;
mod session_id;
mod snapshot;
@@ -23,5 +24,6 @@ mod snapshot_middleware;
mod web;
pub use project::*;
pub use rojo_ref::*;
pub use session_id::SessionId;
pub use web::interface as web_api;