We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf6ef6 commit 38f8834Copy full SHA for 38f8834
Cargo.toml
@@ -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