rustio-admin-cli 0.4.0

Command-line tools for rustio-admin: project scaffolding, migrations, user management.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "{{name}}"
version = "0.1.0"
edition = "2021"

[dependencies]
rustio-admin = "0.4"
tokio        = { version = "1", features = ["macros", "rt-multi-thread"] }
chrono       = { version = "0.4", features = ["serde"] }
sqlx         = { version = "0.8", default-features = false, features = ["runtime-tokio", "postgres"] }
dotenvy      = "0.15"
env_logger   = "0.11"
log          = "0.4"