Seems to work!
This commit is contained in:
parent
81eed730aa
commit
264c4402ec
6 changed files with 2111 additions and 13 deletions
|
|
@ -4,3 +4,8 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.38", features = ["derive"] }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }
|
||||
time = { version = "0.3.41", features = ["macros"] }
|
||||
tokio = { version = "1.45.1", features = ["full", "macros", "tokio-macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue