corund 0.2.0

Portable auth server.
Documentation
1
2
3
4
5
use std::{env, io, path::PathBuf};

pub fn cwd() -> io::Result<PathBuf> {
    env::current_dir()
}