delete a bunch of stuff in dbg-pls

This commit is contained in:
nora 2022-04-23 23:28:29 +02:00
parent 57ba4cef3c
commit 1ec9a9df34
16 changed files with 65 additions and 1289 deletions

7
Cargo.lock generated
View file

@ -7,7 +7,6 @@ name = "dbg-pls"
version = "0.2.2"
dependencies = [
"itoa",
"once_cell",
"proc-macro2",
"quote",
"ryu",
@ -27,12 +26,6 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "once_cell"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
[[package]]
name = "proc-macro2"
version = "1.0.37"