Skip to content

Commit 242036f

Browse files
committed
add github link
1 parent 8c68682 commit 242036f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

macros/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "egui_xml_macros"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "macros for egui_xml"
6+
license = "MIT"
7+
github = "https://github.com/GodGotzi/egui_xml/tree/main/macros"
58

69
[lib]
710
proc-macro = true

parser/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
description = "A parser for crate egui_xml"
66
license = "MIT"
7+
github = "https://github.com/GodGotzi/egui_xml/tree/main/parser"
78

89
[dependencies]
910
quick-xml = { version = "0.31.0", features = ["serialize"] }

0 commit comments

Comments
 (0)