mirror of
https://gitlab.com/fabinfra/fabaccess/sute.git
synced 2026-07-19 18:41:56 +02:00
5 lines
70 B
Rust
5 lines
70 B
Rust
#[derive(Clone, Debug)]
|
|
pub struct Config {
|
|
pub server: String,
|
|
}
|