bdfe91676c
* Adding a client-core crate. * Moved config into client_core * Socks5 client now depends on client-core/config * Native client now mostly using client-core internals * Socks client now uses client-core internals.
4 lines
52 B
Rust
4 lines
52 B
Rust
pub mod built_info;
|
|
pub mod client;
|
|
pub mod config;
|