[package]
name = "sley-notes"
version.workspace = true
description = "Native-Rust reader and writer for Git notes — the tree-backed mapping from object to note blob under refs/notes/*."
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
sley-config = { path = "../sley-config", version = "0.3.1" }
sley-core = { path = "../sley-core", version = "0.3.1" }
sley-object = { path = "../sley-object", version = "0.3.1" }
sley-odb = { path = "../sley-odb", version = "0.3.1" }
sley-refs = { path = "../sley-refs", version = "0.3.1" }
sley-sequencer = { path = "../sley-sequencer", version = "0.3.1" }
[lints]
workspace = true