mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
12 lines
314 B
TOML
12 lines
314 B
TOML
[package]
|
|
name = "pyloro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
publish = false
|
|
|
|
# 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" }
|