include python binding

This commit is contained in:
Eason
2024-04-25 17:44:35 +08:00
parent a216f51e8f
commit 38e0eea8a4
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[profile.release]
strip = true
opt-level = 2
# lto = true
opt-level = "s"
lto = true
[dependencies]
smol = "2.0.0"