stfg 0.1.0

a tool that converts sqlite to/from git-friendly format
Documentation
[[bin]]
name = "stfg"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.ragit-cli]
version = "0.4.2"

[dependencies.ragit-fs]
version = "0.4.2"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.37.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a tool that converts sqlite to/from git-friendly format"
documentation = "https://docs.rs/stfg"
edition = "2024"
license = "MIT"
name = "stfg"
readme = "README.md"
repository = "https://github.com/baehyunsol/stfg"
version = "0.1.0"