sapling/lib/encoding/Cargo.toml
Stefan Filip cb57f5d7ac bindings: add manifest python classes
Summary: Bindings so that the rust manifest code can be used in Python.

Reviewed By: quark-zju

Differential Revision: D16352532

fbshipit-source-id: 34d4522f5e084f531f31bcd21770950f15f2fe13
2019-07-22 13:03:00 -07:00

13 lines
208 B
TOML

[package]
name = "encoding"
version = "0.1.0"
edition = "2018"
[dependencies]
types = { path = "../types" }
[target.'cfg(windows)'.dependencies]
local-encoding = "*"
winapi = "0.2.7"
kernel32-sys = "0.2.2"