diff options
Diffstat (limited to 'oryxc/Cargo.lock')
| -rw-r--r-- | oryxc/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oryxc/Cargo.lock b/oryxc/Cargo.lock index 5514afa..eeaf054 100644 --- a/oryxc/Cargo.lock +++ b/oryxc/Cargo.lock @@ -101,6 +101,7 @@ dependencies = [ "lexopt", "phf", "soa-rs", + "unicode-width", ] [[package]] @@ -271,6 +272,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" [[package]] +name = "unicode-width" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" + +[[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" |