feat: implement StringLiteral macro
This commit is contained in:
@@ -26,6 +26,7 @@ pyo3 = { workspace = true }
|
||||
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
|
||||
python-utils = { path = "../python-utils", features = ["macros"] }
|
||||
snafu = { workspace = true }
|
||||
string-literal = { path = "../string-literal", features = ["macros"] }
|
||||
strum = { workspace = true, features = ["derive"] }
|
||||
tokio = { workspace = true }
|
||||
tracing = { optional = true, workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user