mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
d0c1b6d014
Summary: Make `lib` a cargo workspace so building in subprojects would share a `target` directory and `cargo doc` will build documentation for all subprojects. Reviewed By: DurhamG Differential Revision: D8741175 fbshipit-source-id: 512325bcb23d51e866e764bdc76dddb22c59ef05
13 lines
216 B
TOML
13 lines
216 B
TOML
[package]
|
|
name = "lz4-pyframe"
|
|
version = "0.1.0"
|
|
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|
|
failure = "0"
|
|
lz4-sys = "1"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0"
|