implement fixes for project nautilus integration
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
[package]
|
||||
name = "api-proc-macro"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
authors = ["Sergey <me@sergeysav.com>"]
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
api-core = { path = "../api-core" }
|
||||
api-core = { workspace = true }
|
||||
proc-macro-error = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
syn = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
api = { path = "../api" }
|
||||
api = { workspace = true }
|
||||
trybuild = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user