mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
8 lines
104 B
Rust
8 lines
104 B
Rust
|
#![deny(warnings)]
|
||
|
#![warn(unused_extern_crates)]
|
||
|
|
||
|
#[macro_use]
|
||
|
extern crate serde_derive;
|
||
|
|
||
|
pub mod v1;
|