Skip to content

Commit a6735cf

Browse files
committed
add cargo metadata to macros
1 parent 019b5a4 commit a6735cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

macros/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
name = "netsim-embed-macros"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["@ekleog"]
6+
description = "supporting macros for the 'ipc' feature of netsim-embed"
7+
license = "MIT"
8+
repository = "https://github.com/ipfs-rust/netsim-embed"
59

610
[lib]
711
proc-macro = true
812

913
[dependencies]
1014
quote = "1.0"
1115
rand = "0.8.5"
12-
syn = "1.0"
16+
syn = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)