mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
delete a bunch of stuff in dbg-pls
This commit is contained in:
parent
57ba4cef3c
commit
1ec9a9df34
16 changed files with 65 additions and 1289 deletions
|
|
@ -1,6 +1,3 @@
|
|||
[workspace]
|
||||
members = ["debug-derive"]
|
||||
|
||||
[package]
|
||||
name = "dbg-pls"
|
||||
version = "0.2.2"
|
||||
|
|
@ -11,13 +8,6 @@ license = "MIT"
|
|||
repository = "https://github.com/conradludgate/dbg-pls"
|
||||
readme = "README.md"
|
||||
|
||||
include = [
|
||||
"src",
|
||||
"README.md",
|
||||
"assets/syntaxes/Rust/Rust.sublime-syntax",
|
||||
"assets/themes/sublime-monokai-extended/Monokai Extended.tmTheme",
|
||||
]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -27,25 +17,8 @@ quote = "1"
|
|||
itoa = "1"
|
||||
ryu = "1"
|
||||
|
||||
# derive
|
||||
dbg-pls-derive = { version = "0.2.1", path = "debug-derive", optional = true }
|
||||
|
||||
# pretty
|
||||
prettyplease = { version = "0.1", optional = true }
|
||||
textwrap = { version = "0.15", optional = true }
|
||||
|
||||
# colors
|
||||
syntect = { version = "4.6.0", optional = true }
|
||||
once_cell = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
dbg-pls = { path = ".", features = ["derive", "pretty", "colors"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
derive = ["dbg-pls-derive"]
|
||||
pretty = ["prettyplease", "textwrap"]
|
||||
colors = ["pretty", "syntect"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue