Skeleton to the new web API

This commit is contained in:
Quentin
2020-11-02 15:48:39 +01:00
parent 104e2ce0a2
commit cea871d944
7 changed files with 823 additions and 706 deletions
+5
View File
@@ -0,0 +1,5 @@
#[macro_use]
extern crate log;
pub mod web_server;