mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-12-23 13:14:52 +01:00
9f126bffd4
feat: Added single Join command chore: separated input handlers and commands, minor cleanup. Former-commit-id: 29a49bd8dbdeaf24f988e0a382e74d7e14d957a8
19 lines
627 B
TOML
19 lines
627 B
TOML
[package]
|
|
name = "CodempClient-Sublime"
|
|
version = "0.4.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", tag="v0.6.0", features = ["client", "woot"]}
|
|
pyo3 = { version = "0.20", features = ["extension-module"] }
|
|
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
|
|
serde = { version = "1.0.196", features = ["derive"] }
|
|
tokio = "1.29.1"
|
|
|
|
[build-dependencies]
|
|
pyo3-build-config = "0.19.2"
|