gph_core 0.1.0

git_phantom core library
Documentation
[dependencies.anyhow]
version = "1.0.89"

[dependencies.futures-util]
features = ["sink"]
version = "0.3.30"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.tokio]
version = "1.40.0"

[dependencies.tokio-tungstenite]
version = "0.24.0"

[dependencies.uuid]
features = ["serde"]
version = "1.10.0"

[lib]
name = "gph_core"
path = "src/lib.rs"

[package]
authors = ["not-elm"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "git_phantom core library"
edition = "2021"
keywords = ["git"]
license = "MIT OR Apache-2.0"
name = "gph_core"
readme = "README.md"
repository = "https://github.com/not-elm/git_phantom"
version = "0.1.0"