loro/crates/loro-python/Cargo.toml
2023-01-29 17:48:37 +08:00

10 lines
282 B
TOML

[package]
name = "pyloro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pyo3 = { version = "0.17", features = ["extension-module"] }
loro-internal = { path = "../loro-internal" }