Skip to content

Commit 01ab5b2

Browse files
authored
Use httpcliparser for CLI input parsing (#4)
1 parent 525393f commit 01ab5b2

File tree

4 files changed

+13
-1448
lines changed

4 files changed

+13
-1448
lines changed

Cargo.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/jclem/get"
77
[dependencies]
88
clap = { version = "4.5", features = ["derive"] }
99
clap_complete = { version = "4.5", features = ["unstable-dynamic"] }
10+
httpcliparser = "0.1.0"
1011
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
1112
serde = { version = "1.0", features = ["derive"] }
1213
serde_json = "1.0"
@@ -17,7 +18,6 @@ hyper-util = { version = "0.1", features = ["tokio"] }
1718
http-body-util = "0.1"
1819
tokio = { version = "1", features = ["rt", "net"] }
1920
bytes = "1"
20-
winnow = "0.7"
2121
html5ever = "0.35"
2222
markup5ever_rcdom = "0.35"
2323

0 commit comments

Comments
 (0)