Mercurial > hg
view rust/hg-direct-ffi/Cargo.toml @ 41083:cbc3cbd9ff93
revlog: clarify the non sparse-revlog case in `issnapshot`
If we are not using sparse-revlog, there is only one type of snapshot, the full
one.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 30 Dec 2018 16:14:42 +0100 |
parents | a36c5e23c055 |
children |
line wrap: on
line source
[package] name = "hgdirectffi" version = "0.1.0" authors = ["Georges Racinet <gracinet@anybox.fr>"] description = "Low level Python bindings for hg-core, going through existing C extensions" [dependencies] libc = "*" hg-core = { path = "../hg-core" } [lib] crate-type = ["staticlib"]