implement
This commit is contained in:
parent
d58b347140
commit
28d554aa4b
6 changed files with 326 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "notifies"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.44.2", features = [
|
||||
"rt",
|
||||
"rt-multi-thread",
|
||||
"sync",
|
||||
"macros",
|
||||
"time",
|
||||
] }
|
Loading…
Add table
Add a link
Reference in a new issue