sapling/hooks/Cargo.toml

16 lines
245 B
TOML
Raw Normal View History

[package]
name = "hooks"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
edition = "2018"
[dependencies]
ascii = "0.8.6"
error-chain = "0.11.0"
futures = "0.1.17"
hlua = "0.4.1"
maplit = "1.0.0"
blobrepo = { path = "../blobrepo" }