First chat implementation
This commit is contained in:
11
nats-client/Cargo.toml
Normal file
11
nats-client/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user