diff --git a/lib/libstd/Cargo.toml b/lib/libstd/Cargo.toml index eb4cf7d9f8..1d53fa0f0a 100644 --- a/lib/libstd/Cargo.toml +++ b/lib/libstd/Cargo.toml @@ -24,3 +24,6 @@ path = "../librand" [dependencies.rustrt] path = "../librustrt" + +[dependencies.unicode] +path = "../libunicode"