Skip to content

Commit 38f8834

Browse files
committed
add Cargo.toml
1 parent 0bf6ef6 commit 38f8834

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
name = "hp-http-rs"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]
7+
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
8+
hyper = { version = "0.14", features = ["full"] }
9+
serde = { version = "1.0", features = ["derive"] }
10+
serde_json = "1.0"

0 commit comments

Comments
 (0)