2022-07-17 17:04:48 -04:00
|
|
|
[package]
|
|
|
|
|
name = "huellas"
|
2023-03-28 02:03:31 -03:00
|
|
|
version = "0.1.5"
|
2022-07-17 17:04:48 -04:00
|
|
|
edition = "2021"
|
2023-03-09 23:54:02 -03:00
|
|
|
license = "AGPL-3.0"
|
|
|
|
|
links = "sqlite"
|
2022-07-17 17:04:48 -04:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
rocket = {version = "0.5.0-rc.2", features = ["json"]}
|
|
|
|
|
|
|
|
|
|
[dependencies.rocket_db_pools]
|
|
|
|
|
version = "0.1.0-rc.2"
|
|
|
|
|
features = ["sqlx_sqlite"]
|
|
|
|
|
|
|
|
|
|
[dependencies.sqlx]
|
|
|
|
|
version = "0.5.13"
|
|
|
|
|
default-features = false
|
|
|
|
|
features = ["macros", "offline", "migrate", "sqlite"]
|