fancy error formatting

This commit is contained in:
Robin Appelman 2021-05-03 19:15:56 +02:00
commit 87dd4c570b
4 changed files with 35 additions and 8 deletions

View file

@ -18,5 +18,7 @@ sqlx = { version = "0.5", features = ["any", "mysql", "sqlite", "postgres"], opt
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
[features]
default = ["span-colors"]
span-colors = ["php-literal-parser/colors"]
db-sqlx = ["sqlx"]
redis-connect = ["redis"]