[[bin]]
name = "git-sheets"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.csv]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.toml]
version = "0.8"
[dev-dependencies.tempfile]
version = "3.8"
[lib]
name = "gitsheets"
path = "src/lib.rs"
[package]
authors = ["Excel Sufferers United"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Version control for spreadsheets - staging, commits, diffs for tables"
edition = "2024"
license = "MIT"
name = "git-sheets"
readme = "README.md"
repository = "https://github.com/CromboJambo/git-sheets"
version = "0.1.0"
[[test]]
name = "integrations"
path = "tests/integrations.rs"