mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 16:44:09 +02:00
updates
This commit is contained in:
parent
a8f4622c1a
commit
bb16d30aa2
6 changed files with 410 additions and 469 deletions
|
|
@ -1,17 +1,17 @@
|
|||
[package]
|
||||
name = "nextcloud-config-parser"
|
||||
description = "Rust parser for nextcloud config files"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://codeberg.org/icewind/nextcloud-config-parser"
|
||||
documentation = "https://docs.rs/nextcloud-config-parser"
|
||||
rust-version = "1.81.0"
|
||||
rust-version = "1.88.0"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "2.0.11"
|
||||
php-literal-parser = "0.6.2"
|
||||
php-literal-parser = "0.7.1"
|
||||
miette = "7.4.0"
|
||||
urlencoding = "2.1.3"
|
||||
form_urlencoded = "1.2.1"
|
||||
|
|
@ -21,4 +21,4 @@ indexmap = "2.13.0"
|
|||
[dev-dependencies]
|
||||
miette = { version = "7.4.0", features = ["fancy"] }
|
||||
sqlx = { version = "0.8.3", default-features = false, features = ["any", "mysql", "sqlite", "postgres"] }
|
||||
redis = "0.30.0"
|
||||
redis = "1.0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue