mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
fancy error formatting
This commit is contained in:
parent
d9d0c397ee
commit
87dd4c570b
4 changed files with 35 additions and 8 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue