feat: FromPyFromStr and ToStrToPy macros YAY
This commit is contained in:
@@ -4,8 +4,11 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = { workspace = true }
|
||||
|
||||
[features]
|
||||
macros = ["dep:python-utils-macros"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = { workspace = true }
|
||||
pyo3 = { workspace = true }
|
||||
python-utils-macros = { path = "../python-utils-macros" }
|
||||
python-utils-macros = { optional = true, path = "../python-utils-macros" }
|
||||
snafu = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user