Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu authored Dec 13, 2022
1 parent ba6596b commit 3a35910
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "vibrato"
crate-type = ["cdylib"]

[dependencies]
hashbrown = "0.13.1"
ouroboros = "0.15.5"
pyo3 = { version = "0.17.3", features = ["extension-module"] }
vibrato_rust = { package = "vibrato", git = "https://github.com/daac-tools/vibrato.git", rev = "a13cdda" }
hashbrown = "0.13.1" # MIT or Apache-2.0
ouroboros = "0.15.5" # MIT or Apache-2.0
pyo3 = { version = "0.17.3", features = ["extension-module"] } # Apache-2.0
vibrato_rust = { version = "0.3.2", default-features = false } # MIT or Apache-2.0

0 comments on commit 3a35910

Please sign in to comment.