Cargo.toml (386B)
1 [package] 2 name = "enostr" 3 version = "0.1.0" 4 edition = "2021" 5 6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8 [dependencies] 9 ewebsock = { version = "0.2.0", features = ["tls"] } 10 serde_derive = "1" 11 serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence 12 serde_json = "1.0.89" 13 tracing = "0.1.37"