Modify Sheet struct, add OrphanFile table and db
This commit is contained in:
@ -25,6 +25,7 @@ sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "migrate", "ma
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
blake3 = "1.5.0"
|
||||
dotenvy = "0.15.7"
|
||||
chrono = "0.4.33"
|
||||
|
||||
[profile.dev.package.sqlx-macros]
|
||||
opt-level = 3
|
||||
|
Reference in New Issue
Block a user