normalize-shadow 0.3.2

Shadow git history tracking for normalize edit operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "normalize-shadow"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shadow git history tracking for normalize edit operations"

[dependencies]
normalize-core = { path = "../normalize-core", version = "0.3.2" }
serde = { version = "1", features = ["derive"] }
schemars = "1"
thiserror = "2"

[dev-dependencies]
tempfile = "3"