diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 11:59:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 11:59:02 -0800 |
commit | 9bb1b10d10cd2b1863c9e5f136621a845b0cb3c1 (patch) | |
tree | 1c013fe09934ba2666be354ed7a139c065ebd52e /rust/src/lib.rs | |
parent | 22c85fa299438b64e65c422b677c0c97fc2b5ef6 (diff) | |
download | fatcat-9bb1b10d10cd2b1863c9e5f136621a845b0cb3c1.tar.gz fatcat-9bb1b10d10cd2b1863c9e5f136621a845b0cb3c1.zip |
WIP on annotations and editgroup accessors
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r-- | rust/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index b4e5d17a..b7661334 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -14,7 +14,7 @@ pub mod auth; pub mod database_models; pub mod database_schema; // only public for tests pub mod editing; -//pub mod editing_crud; +pub mod editing_crud; mod endpoint_handlers; mod endpoints; pub mod entity_crud; |