automerge/automerge-c-v2/Cargo.toml
Andrew Jeffery 49e4aae673
Don't document automerge-c-v2 due to name clash (#191)
In the future we should rename it or find another way around this.
2021-06-28 12:58:07 +01:00

25 lines
496 B
TOML

[package]
name = "automerge-c-v2"
version = "0.1.0"
authors = ["Orion Henry <orion.henry@gmail.com>"]
edition = "2018"
[lib]
name = "automerge"
crate-type = ["cdylib", "staticlib"]
bench = false
doc = false
[dependencies]
automerge-backend = { path = "../automerge-backend" }
automerge-protocol = { path = "../automerge-protocol" }
libc = "^0.2"
serde = "^1.0"
serde_json = "^1.0"
errno = "^0.2"
thiserror = "1.0.16"
rmp = "0.8.10"
rmp-serde = "0.15.4"
[build-dependencies]
cbindgen = "^0.14"