Skip to content

Commit

Permalink
fix: Update Cargo.toml for edition 2021 and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Aug 2, 2024
1 parent c32c3a3 commit 9195b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions py-deepbiop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
[package]
name = "py-deepbiop"
version = "0.1.0"
edition = "2024"
edition = "2021"

[lib]
name = "deepbiop"
crate-type = ["cdylib"]

[dependencies]
deepbiop-fq = { workspace = true, features = ["python"] }
pyo3 = { workspace = true, features = [
"abi3-py310",
"extension-module",
"anyhow",
] }
deepbiop-fq = { workspace = true }
pyo3 = { workspace = true }
Empty file added py-deepbiop/Makefile
Empty file.

0 comments on commit 9195b8d

Please sign in to comment.