You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
481 B
19 lines
481 B
[package] |
|
name = "sprinklers_database" |
|
version = "0.1.0" |
|
authors = ["Alex Mikhalev <alexmikhalevalex@gmail.com>"] |
|
edition = "2018" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[features] |
|
bundled = ["rusqlite/bundled"] |
|
|
|
[dependencies] |
|
sprinklers_core = { path = "../sprinklers_core" } |
|
rusqlite = "0.24.0" |
|
eyre = "0.6.0" |
|
serde = { version = "1.0.116" } |
|
serde_json = "1.0.57" |
|
thiserror = "1.0.20" |
|
tracing = { version = "0.1.19" }
|
|
|