Developpement de la library pmoupnp

This commit is contained in:
2025-09-16 21:07:44 +02:00
parent 731e58b1d0
commit 271bc76817
40 changed files with 2024 additions and 1 deletions

16
Cargo.lock generated
View File

@@ -290,6 +290,7 @@ dependencies = [
"thiserror",
"url",
"uuid",
"xmltree",
]
[[package]]
@@ -583,6 +584,21 @@ version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
[[package]]
name = "xml-rs"
version = "0.8.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7"
[[package]]
name = "xmltree"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6"
dependencies = [
"xml-rs",
]
[[package]]
name = "yoke"
version = "0.8.0"