pku-treehole 0.1.4

北大树洞 CLI 客户端
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    pku_treehole::run().await
}