implement schema registry

This commit is contained in:
Dietmar Maurer
2018-11-22 11:23:49 +01:00
parent 00c908df85
commit dc454ef096
4 changed files with 136 additions and 20 deletions

View File

@ -5,6 +5,7 @@ pub mod api {
#[macro_use]
pub mod schema;
pub mod registry;
#[macro_use]
pub mod router;
pub mod config;