Skip to content

Commit

Permalink
examples: replace structopt with pico-args
Browse files Browse the repository at this point in the history
See TeXitoi/structopt#525.

Currently codespan-reporting is the second most downloaded dependent of
structopt: https://crates.io/crates/structopt/reverse_dependencies.
  • Loading branch information
tamird committed Feb 22, 2024
1 parent 57c223b commit e45ca05
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 200 deletions.
183 changes: 35 additions & 148 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codespan-reporting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exclude = ["assets/**"]
edition = "2018"

[dependencies]
pico-args = "0.5.0"
serde = { version = "1", optional = true, features = ["derive"] }
termcolor = "1.0.4"
unicode-width = "0.1"
Expand All @@ -22,7 +23,6 @@ insta = "1.6.3"
lazy_static = "1.4"
peg = "0.7"
rustyline = "6"
structopt = "0.3"
unindent = "0.1"

[features]
Expand Down

0 comments on commit e45ca05

Please sign in to comment.