[workspace.package] license = "MIT OR Apache-2.0" repository = "https://github.com/89jobrien/notfiles" homepage = "https://github.com/89jobrien/notfiles" keywords = ["dotfiles", "symlink", "stow", "config"] categories = ["command-line-utilities", "filesystem"] readme = "README.md" [workspace] members = [ "crates/notcore", "crates/notfiles", "crates/notsecrets", "crates/nothooks", "crates/notnet", "crates/notstrap", "crates/notgraph", "tests/integration", ] resolver = "2" [workspace.dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } clap_complete = "4" chrono = { version = "0.4", default-features = false, features = ["clock"] } dirs = "6" globset = "0.4" serde = { version = "1", features = ["derive"] } serde_json = "1" strsim = "0.11" thiserror = "2" toml = "0.8" which = "7" rpassword = "7" tempfile = "3" assert_fs = "1" notcore = { path = "crates/notcore" } notfiles = { path = "crates/notfiles" } notsecrets = { path = "crates/notsecrets" } nothooks = { path = "crates/nothooks" } notnet = { path = "crates/notnet" } [profile.release] opt-level = 3 lto = "thin" strip = true