You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "multihook"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
warp = "0.3.1"
|
|
|
|
thiserror = "1.0.26"
|
|
|
|
config = "0.11.0"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
dirs = "3.0.2"
|
|
|
|
toml = "0.5.8"
|
|
|
|
glob = "0.3.0"
|
|
|
|
log = "0.4.14"
|
|
|
|
colored = "2.0.0"
|
|
|
|
chrono = "0.4.19"
|
|
|
|
fern = "0.6.0"
|
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
version = "1.0.127"
|
|
|
|
features = ["derive"]
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
|
|
|
version = "1.9.0"
|
|
|
|
features = ["macros", "rt-multi-thread", "process"]
|