Deliver enum channel as both numeric and stringified

This commit is contained in:
Dominik Werder
2024-09-03 22:14:43 +02:00
parent 4cc0f65a0b
commit 55b3bf4acd
21 changed files with 712 additions and 204 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "daqbuf-redis"
version = "0.0.1"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
err = { path = "../err" }
taskrun = { path = "../taskrun" }
redis = { version = "0.26.1", features = [] }
+1
View File
@@ -0,0 +1 @@