Skip to content

Commit

Permalink
Merge pull request #5 from pilksoc/sf-be-websocketsetup
Browse files Browse the repository at this point in the history
BE: Create ws dependencies
  • Loading branch information
stephanie-flower authored Mar 2, 2024
2 parents 785a987 + be136bf commit f8de438
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version= "1", features = ["full"] }
tokio-stream = "0.1.6"
warp = "0.3"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
futures = { version = "0.3", default-features=false}
uuid = { version = "1.1.2", features = ["v4", "fast-rng", "macro-diagnostics"]}

0 comments on commit f8de438

Please sign in to comment.