generated from OBJNULL/Dockerized-Rust
Imported Cargo
This commit is contained in:
parent
053ab96323
commit
9d58cf7f37
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "example"
|
name = "stockmapi"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
tokio = { version = "1.43.0", features = ["full"] }
|
||||||
|
serde_json = "1.0.136"
|
||||||
|
config = "0.14.0"
|
||||||
|
regex = "1.11.1"
|
||||||
|
mysql = "25.0.1"
|
||||||
|
ureq = "2.12.1"
|
||||||
|
chrono = "0.4"
|
||||||
|
warp = "0.3"
|
||||||
Loading…
Reference in a new issue