Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
authors = ["The Knurling-rs developers"]
description = "Parsing library for defmt format strings"
edition = "2021"
keywords = ["knurling", "defmt"]
license = "MIT OR Apache-2.0"
name = "defmt-parser"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "1.0.0"
[dependencies]
thiserror = "2"
[dev-dependencies]
rstest = { version = "0.19", default-features = false }
[features]
# DEPRECATED: noop, will be removed in 1.0
unstable = []
[package.metadata.docs.rs]
rustdoc-args = [ "--cfg=docsrs" ]