mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(cli): add migrate command, platform API, config management
This commit is contained in:
@@ -11,5 +11,9 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
craft-core = { path = "../craft-core" }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
chrono = "0.4"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
dirs = "5"
|
||||
|
||||
Reference in New Issue
Block a user