|
|
@ -8,13 +8,15 @@ edition = "2018" |
|
|
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
[dependencies] |
|
|
|
rusqlite = "0.23.1" |
|
|
|
rusqlite = "0.23.1" |
|
|
|
log = "0.4.11" |
|
|
|
|
|
|
|
env_logger = "0.7.1" |
|
|
|
|
|
|
|
color-eyre = "0.5.1" |
|
|
|
color-eyre = "0.5.1" |
|
|
|
eyre = "0.6.0" |
|
|
|
eyre = "0.6.0" |
|
|
|
thiserror = "1.0.20" |
|
|
|
thiserror = "1.0.20" |
|
|
|
tokio = { version = "0.2.22", features = ["rt-core", "time", "sync", "macros", "test-util"] } |
|
|
|
tokio = { version = "0.2.22", features = ["rt-core", "time", "sync", "macros", "test-util"] } |
|
|
|
tracing = { version = "0.1.19", features = ["log"] } |
|
|
|
tracing = { version = "0.1.19", features = ["log"] } |
|
|
|
tracing-futures = "0.2.4" |
|
|
|
tracing-futures = "0.2.4" |
|
|
|
tracing-subscriber = { version = "0.2.11", features = ["registry"] } |
|
|
|
|
|
|
|
pin-project = "0.4.23" |
|
|
|
pin-project = "0.4.23" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.tracing-subscriber] |
|
|
|
|
|
|
|
version = "0.2.11" |
|
|
|
|
|
|
|
default-features = false |
|
|
|
|
|
|
|
features = ["registry", "fmt", "env-filter", "ansi"] |
|
|
|