pku-campuscard 0.1.4

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