First chat implementation

This commit is contained in:
2023-05-07 16:08:07 +02:00
commit 0c0fc8e227
5 changed files with 120 additions and 0 deletions

11
nats-client/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "nats-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nats = "0.24.0"
serde = "1.0.162"
serde_json = "1.0.96"