Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-api/Cargo.toml')
| -rw-r--r-- | crates/proc-macro-api/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml index a135a469e8..5542c5da8f 100644 --- a/crates/proc-macro-api/Cargo.toml +++ b/crates/proc-macro-api/Cargo.toml @@ -33,6 +33,9 @@ postcard.workspace = true semver.workspace = true rayon.workspace = true +[dev-dependencies] +span.workspace = true + [features] sysroot-abi = ["proc-macro-srv", "proc-macro-srv/sysroot-abi"] default = [] |