diff options
author | curly <curlybryce@protonmail.com> | 2023-02-28 10:32:16 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-28 10:32:16 -0700 |
commit | 531c6d1bf701af8548bc764cd977942f65bcf76f (patch) | |
tree | acb7eb100f8267d6533df6df080969e16dfa87b1 /Cargo.toml | |
parent | a3b54a4b23866ae08c7f906d93f512c19db78d9d (diff) | |
download | rocket_test-531c6d1bf701af8548bc764cd977942f65bcf76f.tar.gz rocket_test-531c6d1bf701af8548bc764cd977942f65bcf76f.tar.bz2 rocket_test-531c6d1bf701af8548bc764cd977942f65bcf76f.zip |
terrible ws implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,12 +1,14 @@ [package] name = "rocket_test" -version = "0.2.5" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.130" +serde_json = {version = "1.0.93", features = ["std"]} chrono = "0.4.23" sqlite = "0.30.4" rocket = {version = "0.5.0-rc.2", features = ["json"]} +tungstenite = "0.18.0"
\ No newline at end of file |