We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c68682 commit 242036fCopy full SHA for 242036f
macros/Cargo.toml
@@ -2,6 +2,9 @@
2
name = "egui_xml_macros"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "macros for egui_xml"
6
+license = "MIT"
7
+github = "https://github.com/GodGotzi/egui_xml/tree/main/macros"
8
9
[lib]
10
proc-macro = true
parser/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
description = "A parser for crate egui_xml"
license = "MIT"
+github = "https://github.com/GodGotzi/egui_xml/tree/main/parser"
[dependencies]
quick-xml = { version = "0.31.0", features = ["serialize"] }
0 commit comments