add free-d encode and decode

This commit is contained in:
Joel Wetzell
2025-11-30 10:35:18 -05:00
parent ed6f6d5759
commit 500a3be136
4 changed files with 79 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.25.3
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/expr-lang/expr v1.17.6
github.com/jwetzell/free-d-go v0.1.0
github.com/jwetzell/osc-go v0.1.0
github.com/jwetzell/psn-go v0.2.0
github.com/urfave/cli/v3 v3.6.1