rexlang-cli 3.9.10

Rex: A strongly-typed, pure, implicitly parallel functional programming language
Documentation
[package]
name = "rexlang-cli"
description.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[dependencies]
clap = { workspace = true }
rexlang = { path = "../rexlang", version = "3.9.10" }
serde_json = { workspace = true }
serde = { workspace = true }
uuid = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

[lints]
workspace = true