aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-08 08:28:57 +0100
committerJonas Maier <>2026-03-08 08:28:57 +0100
commitdeafab9c930ab092c4ee8abd4cbe09c7eb34aa22 (patch)
tree8cd3b19f41eb37d7fef0ad45e707020b0e9a0fc6 /Cargo.toml
parent46a1a298af63c82e48fd0aa805f32c691eb7ff97 (diff)
downloadpish-deafab9c930ab092c4ee8abd4cbe09c7eb34aa22.tar.gz
argument parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d29df84..3707d2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ license-file = "LICENSE"
libc = "0.2.182"
sqlite = "0.37.0"
termios = "0.3"
+pish_derive = { path = "./pish_derive" }