Basic Axum setup

This commit is contained in:
Natty 2023-02-18 15:28:09 +01:00
parent 60f7eec03e
commit 9fd61000ef
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 2 additions and 0 deletions

2
core/src/lib.rs Normal file
View File

@ -0,0 +1,2 @@
#[forbid(unsafe_code)]
pub mod web_model;