dochy 0.10.3

A diff-based data management language to implement unlimited undo, auto-save for games, and cloud-apps which needs to retain every change.
[package]

name = "dochy"

version = "0.10.3"

authors = ["juzy <dochy.ksti@gmail.com>"]

edition = "2018"



license = "MIT OR Apache-2.0"

description = "A diff-based data management language to implement unlimited undo, auto-save for games, and cloud-apps which needs to retain every change."

repository = "https://github.com/dochy-ksti/dochy"

readme = "readme.md"

keywords = ["json5","diff","binary","undo","autosave"]

categories = ["filesystem","compression","data-structures"]

documentation = "https://github.com/dochy-ksti/dochy/blob/master/dochy_manual/manual/index.md"





[workspace]

members = [

    "dochy_json5",

    "dochy_compaction",

    "dochy_archiver2",

    "dochy_core",

    "dochy_diff",

    "dochy_fs",

    "dochy_intf",

    "dochy_manual",

    "dochy_temporal_test",

    "dochy_test",

]



[dependencies]

dochy_json5 = { path="dochy_json5", version="0.10.0"}

dochy_compaction = { path="dochy_compaction", version="0.10.0" }

dochy_archiver2 = { path="dochy_archiver2", version="0.10.0" }

dochy_core = { path="dochy_core", version="0.10.0" }

dochy_diff = { path="dochy_diff", version="0.10.0"}

dochy_fs = { path="dochy_fs", version="0.10.0"}

dochy_intf = { path="dochy_intf", version="0.10.0"}

anyhow = "1.0.34"