bubble/admin-cli/Cargo.toml
shockrah b4aa323577 Cleaning up the admin credentials creation a ton and creating the default bubble
admin user in the users table.
Still need UUIDv7 in as primary keys but we're getting there slowly
2025-01-07 22:54:50 -08:00

12 lines
249 B
TOML

[package]
name = "admin-cli"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
postgres = "0.19.9"
base64 = "0.22.1"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"