Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv/Cargo.toml')
| -rw-r--r-- | crates/proc-macro-srv/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml index 68e0bb6ac8..1b86eac012 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -13,9 +13,6 @@ rust-version.workspace = true doctest = false [dependencies] -object.workspace = true -libloading.workspace = true -memmap2.workspace = true temp-dir.workspace = true paths.workspace = true @@ -24,9 +21,6 @@ span = { path = "../span", version = "0.0.0", default-features = false} intern.workspace = true -[target.'cfg(unix)'.dependencies] -libc.workspace = true - [dev-dependencies] expect-test.workspace = true line-index.workspace = true |