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

2
.gitignore vendored
View File

@ -13,7 +13,7 @@
venv/*
.vs/*
.vscode/*
ml_play*.py
# ml_play*.py
ml/*
!ml_play_template.py
!ml_play_manual.py

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"