Deliver enum channel as both numeric and stringified
This commit is contained in:
@@ -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 = [] }
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user