cf2ce19c97
* imports, exports and README * serde_json not necessay * deleting tokio_postgres * authors * blocking example * Update fang_examples/simple_async_worker/src/lib.rs Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
12 lines
296 B
TOML
12 lines
296 B
TOML
[package]
|
|
name = "simple_worker"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fang = { path = "../../" , features = ["blocking"]}
|
|
signal-hook = "0.3.10"
|
|
dotenv = "0.15.0"
|
|
env_logger = "0.9.0"
|