aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-30 17:43:12 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-30 17:43:12 -0400
commitf3f57abbcfbe28ea6dcd469cb55a6ccdb7f253c1 (patch)
tree8ef7f683126d77cd98175758492e7dc262dee0bd /examples/README.md
parent8cba6c3c24c2122c843aa0feaa26fd6e5c2412e2 (diff)
Add readme stuff about times
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index daea049f..d95b7eb3 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -11,6 +11,7 @@
- [log](log/): A logging utility.
- [pthreads](pthreads/): A POSIX threads library.
- [threads](threads/): A POSIX threads library, but with a higher level abstraction.
+- [time](time/): A module for working with dates and times.
- [shell](shell/): A DSL for running shell commands.
- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
- [tomo-install](tomo-install/): A library for installing Tomo dependencies.