mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
5 lines
65 B
Rust
5 lines
65 B
Rust
pub struct Env {
|
|
pub api_url: String,
|
|
pub client_id: String,
|
|
}
|