mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-27 03:37:24 +00:00
7 lines
201 B
Rust
7 lines
201 B
Rust
|
pub mod server;
|
||
|
|
||
|
// TODO: remove once done converting to new support server?
|
||
|
#[allow(unused)]
|
||
|
pub static DEFAULT_USER_AGENT: &str =
|
||
|
concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
|