refactor: rename llm worker crate to engine
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "llm-engine-macros"
|
||||
description = "llm-engine's proc macros"
|
||||
version = "0.2.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
Reference in New Issue
Block a user