sapling/eden/scm/lib/cpython-ext/Cargo.toml
Stefan Filip 5720b9a2a1 py3/pymanifest: convert path types from PyBytes to PyPath
Reviewed By: xavierd

Differential Revision: D19594134

fbshipit-source-id: e8532a125aa2ed4b7740e669ad572fcbb327692f
2020-01-28 10:29:11 -08:00

26 lines
414 B
TOML

[package]
name = "cpython-ext"
version = "0.1.0"
edition = "2018"
[features]
default = ["python2"]
python2 = []
python3 = []
[dependencies]
anyhow = "1.0.20"
encoding = { path = "../encoding" }
lazy_static = "1"
types = { path = "../types" }
parking_lot = "0.9"
serde = "1"
[dependencies.cpython]
version = "0.3"
default-features = false
features = ["python27-sys"]
[dependencies.python27-sys]
version = "0.3"