src.nth.io/

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 20:13:03 -0500
committerLuke Hoersten <[email protected]>2026-07-28 20:13:03 -0500
commit3a535a57c1b5fa48d5495c31d308b42943f92583 (patch)
treef752c07530fcb10b75de41428b82df34d43e5a87 /Cargo.toml
parentcf5eabb9647e6d53ec29a3f7de599a38dbfd5490 (diff)
Rename project to mattertimectl; default fabric label to Matter Time Controllerv0.1.0
- Rename crate, binary, and repo from mattertimesync to mattertimectl - Change default fabricLabel to "Matter Time Controller" - Point README at src.nth.io as the main repo, GitHub as the mirror
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df47edf..0f43824 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "mattertimesync"
+name = "mattertimectl"
version = "0.1.0"
edition = "2024"
description = "CLI Matter controller that synchronizes the clocks of Matter devices via the standard Time Synchronization cluster"