Merge-with-key: decrypt exported posts using original identity seed, re-create under current identity with prior_author in BlobHeader for provenance tracking. Download page restructured with stable (v0.4.4) + beta (v0.5.0-beta) sections. Version bumped across all crates. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
321 B
TOML
16 lines
321 B
TOML
[package]
|
|
name = "itsgoin-cli"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "itsgoin"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
itsgoin-core = { path = "../core" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
anyhow = "1"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
hex = "0.4"
|