loro/crates/loro-python/Cargo.toml

12 lines
298 B
TOML
Raw Normal View History

2023-01-28 11:59:37 +00:00
[package]
name = "pyloro"
version = "0.1.0"
edition = "2021"
2023-11-12 15:23:12 +00:00
license = "MIT"
2023-01-28 11:59:37 +00:00
# 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" }