mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
12 lines
206 B
Rust
Generated
12 lines
206 B
Rust
Generated
#![allow(unused_imports)]
|
|
#![allow(clippy::too_many_arguments)]
|
|
|
|
extern crate reqwest;
|
|
extern crate serde;
|
|
extern crate serde_json;
|
|
extern crate serde_repr;
|
|
extern crate url;
|
|
|
|
pub mod apis;
|
|
pub mod models;
|