maincopy-server 0.1.0

Self-hosted publishing server with exact previews and explicit release approval
Documentation
1
2
3
4
5
6
7
8
#[path = "../git_ssh.rs"]
mod git_ssh;
#[path = "../git_ssh_contract.rs"]
mod git_ssh_contract;

fn main() -> std::process::ExitCode {
    git_ssh::run()
}