shorten dbg-pls to 16 lines

This commit is contained in:
nora 2022-04-23 23:39:53 +02:00
parent 1ec9a9df34
commit 6ca7ab5734
13 changed files with 4 additions and 973 deletions

View file

@ -7,19 +7,3 @@ description = "Syntax aware pretty-printing debugging"
license = "MIT"
repository = "https://github.com/conradludgate/dbg-pls"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "1", features = ["full"] }
proc-macro2 = "1"
quote = "1"
itoa = "1"
ryu = "1"
[features]
default = []
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]