mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(cli): add craftlabs-auth-cli with status/activate/check/info/release commands
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "craftlabs-auth-cli"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
description = "CraftLabs 授权客户端 CLI — 设备授权/查看/撤销/迁移"
|
||||
|
||||
[[bin]]
|
||||
name = "craft"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
craft-core = { path = "../craft-core" }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
chrono = "0.4"
|
||||
Reference in New Issue
Block a user