sapling/eden/scm/edenscmnative/bindings/modules/pyblackbox/Cargo.toml
Carolyn Busch 4eeab3b81b Update cpython to 0.5
Summary:
D21270958 updated the cpython, python27-sys, and python3-sys crates to 0.5. Update
the Mercurial cargo dependencies to match.

Reviewed By: xavierd

Differential Revision: D21281875

fbshipit-source-id: ccad68749a25d11240351b5faeef27cb9c693456
2020-04-28 11:47:41 -07:00

10 lines
267 B
TOML

[package]
name = "pyblackbox"
version = "0.1.0"
edition = "2018"
[dependencies]
blackbox = { path = "../../../../lib/blackbox" }
cpython-ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.5", default-features = false }