kpcli: adds 'db' subcommand for interacting with the database
This commit is contained in:
@@ -8,6 +8,7 @@ anyhow = "1.0.94"
|
||||
chrono = "0.4.38"
|
||||
diesel = { version = "2.2.6", features = ["chrono", "sqlite", "time"] }
|
||||
diesel_migrations = { version = "2.2.0", features = ["sqlite"] }
|
||||
kordophone = { path = "../kordophone" }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
time = "0.3.37"
|
||||
uuid = { version = "1.11.0", features = ["v4"] }
|
||||
|
||||
Reference in New Issue
Block a user