automerge/automerge-c/Cargo.toml
Andrew Jeffery ad30c4ab4c Dont document the C lib
This gives an error due to the duplicate name.
2021-05-24 13:18:44 -07:00

22 lines
436 B
TOML

[package]
name = "automerge-c"
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"
[build-dependencies]
cbindgen = "^0.14"