Skip to content

Commit 8c68682

Browse files
committed
add license and desc!
1 parent 595b49a commit 8c68682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parser/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "egui_xml_parser"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "A parser for crate egui_xml"
6+
license = "MIT"
57

68
[dependencies]
79
quick-xml = { version = "0.31.0", features = ["serialize"] }

0 commit comments

Comments
 (0)