pretty printing
This commit is contained in:
parent
52a80cfb0e
commit
c867ad379e
30 changed files with 1533 additions and 387 deletions
|
|
@ -6,7 +6,7 @@ authors = ["Aster <192607617@qq.com>"]
|
|||
description = "..."
|
||||
repository = "https://github.com/oovm/sub_projects"
|
||||
documentation = "https://docs.rs/sub_projects"
|
||||
readme = "Readme.md"
|
||||
readme = "../../Readme.md"
|
||||
license = "MPL-2.0"
|
||||
edition = "2021"
|
||||
exclude = ["package.json", "tests/**"]
|
||||
|
|
@ -14,11 +14,12 @@ exclude = ["package.json", "tests/**"]
|
|||
[dependencies]
|
||||
pretty = "0.12.1"
|
||||
|
||||
[dependencies.pretty-print]
|
||||
[dependencies.logparse-pretty-print]
|
||||
version = "*"
|
||||
default-features = false
|
||||
features = ["std"]
|
||||
path = "../pretty-print"
|
||||
name = "pretty-print"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue