Skip to content

Commit

Permalink
Merge pull request #86 from alexcrichton/update-build
Browse files Browse the repository at this point in the history
Update support for being built in rust-lang/rust
  • Loading branch information
alexcrichton authored Aug 19, 2019
2 parents 97dc02b + b7f6ae7 commit 5a81dde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ categories = ["command-line-interface"]

[dependencies]
unicode-width = "0.1.5"
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }

[dev-dependencies]
log = "0.4"

[features]
rustc-dep-of-std = ['unicode-width/rustc-dep-of-std', 'std']

0 comments on commit 5a81dde

Please sign in to comment.