Skip to content

Commit dc1893e

Browse files
committed
fix(Cargo.toml): exclude .github dir
1 parent e7a429e commit dc1893e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "BSD-3-Clause"
77
homepage = "https://github.com/jvatic/tauri-ipc-macros"
88
repository = "https://github.com/jvatic/tauri-ipc-macros"
99
authors = ["Jesse Stuart <[email protected]>"]
10+
include = ["**/*.rs", "Cargo.toml"]
1011

1112
[lib]
1213
proc-macro = true

0 commit comments

Comments
 (0)