Skip to content

Commit

Permalink
Updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kc611 committed Aug 22, 2024
1 parent d021e49 commit e3a1563
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 16 deletions.
150 changes: 137 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ edition = "2021"
name = "outlines_core_rs"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.0", features = ["extension-module"] }

[profile.release]
opt-level = 3
lto = true
Expand All @@ -20,3 +17,10 @@ panic = 'abort'
[features]
default = []
e2e_experimental = []
python-bindings = ["pyo3"]

[dependencies.pyo3]
version = "0.21.1"
optional = true
# TODO: Use this
# pyo3 = "0.22.0"

0 comments on commit e3a1563

Please sign in to comment.