codemp-sublime/Cargo.toml
Camillo Schenone 2fa6888567 pyo3 version bump
Former-commit-id: 9fd9d73391dd2eb739a3a77f94c7526a06d27ba8
2023-11-22 12:29:20 +01:00

18 lines
544 B
TOML

[package]
name = "CodempClient-Sublime"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "codemp_client"
crate-type = ["cdylib"]
[dependencies]
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", branch = "woot"}
pyo3 = { version = "0.20", features = ["extension-module"] }
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
tokio = "1.29.1"
[build-dependencies]
pyo3-build-config = "0.19.2"