sley-diff-format 0.2.0

Diff rendering format helpers for sley.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sley-diff-format"
version.workspace = true
description = "Diff rendering format helpers for sley."
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
sley-config = { path = "../sley-config", version = "0.2.0" }
sley-core = { path = "../sley-core", version = "0.2.0" }
sley-diff-merge = { path = "../sley-diff-merge", version = "0.2.0" }
sley-grep = { path = "../sley-grep", version = "0.2.0" }

[lints]
workspace = true