Skip to content

Commit 5a81dde

Browse files
authored
Merge pull request #86 from alexcrichton/update-build
Update support for being built in rust-lang/rust
2 parents 97dc02b + b7f6ae7 commit 5a81dde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ categories = ["command-line-interface"]
1515

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

1920
[dev-dependencies]
2021
log = "0.4"
22+
23+
[features]
24+
rustc-dep-of-std = ['unicode-width/rustc-dep-of-std', 'std']

0 commit comments

Comments
 (0)