]> git.lizzy.rs Git - rust.git/blobdiff - src/libproc_macro/Cargo.toml
Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertj
[rust.git] / src / libproc_macro / Cargo.toml
index b3d0ee94f0e12f4ae52f3bc48ebb144dd2aca443..187bdac80019d51e914a6c70ec31e914c567d231 100644 (file)
@@ -6,3 +6,6 @@ edition = "2018"
 
 [lib]
 path = "lib.rs"
+
+[dependencies]
+std = { path = "../libstd" }