7 lines
260 B
TOML
7 lines
260 B
TOML
[package]
|
|
name = "git-next-file-watcher-actor"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
description = "Config file watcher for git-next, the trunk-based development manager"
|