We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019b5a4 commit a6735cfCopy full SHA for a6735cf
macros/Cargo.toml
@@ -2,11 +2,15 @@
2
name = "netsim-embed-macros"
3
version = "0.1.0"
4
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"
9
10
[lib]
11
proc-macro = true
12
13
[dependencies]
14
quote = "1.0"
15
rand = "0.8.5"
-syn = "1.0"
16
+syn = { version = "1.0", features = ["full"] }
0 commit comments