mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
borrar referencias a rocket
This commit is contained in:
parent
e64b993069
commit
860ecc60cd
2 changed files with 0 additions and 7 deletions
|
@ -37,10 +37,6 @@ tracing = "0.1"
|
|||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
axum = "0.7.5"
|
||||
|
||||
#[dependencies.rocket_db_pools]
|
||||
#version = "0.2.0"
|
||||
#features = ["sqlx_sqlite"]
|
||||
|
||||
[[bin]]
|
||||
name = "api"
|
||||
path = "src/api/main.rs"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[default.databases.precios]
|
||||
url = "../sqlite.db"
|
||||
|
Loading…
Reference in a new issue