8 lines
96 B
Rust
8 lines
96 B
Rust
use creddy::server::ssh_agent;
|
|
|
|
|
|
#[tokio::main]
|
|
async fn main() {
|
|
ssh_agent::run().await;
|
|
}
|