sapling/lib/encoding/Cargo.toml
Kostia Balytskyi 1175b6b1c6 hg: extract platform-specific bits of encoding into separate files
Summary:
I think it's more readable to split the implementations into platform-specific
bits.

Reviewed By: quark-zju

Differential Revision: D9441424

fbshipit-source-id: 136d5a00aa4ed8cf4f0886bda0f77a40cba1f542
2018-08-22 09:06:21 -07:00

9 lines
145 B
TOML

[package]
name = "encoding"
version = "0.1.0"
[target.'cfg(windows)'.dependencies]
local-encoding = "*"
winapi = "0.2.7"
kernel32-sys = "0.2.2"