gitmesh-core 0.1.0

Shared types and protocol definitions for Git Mesh.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "gitmesh-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared types and protocol definitions for Git Mesh."

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
thiserror = "1.0"
libp2p = { version = "0.53", features = ["serde"] }