mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 21:01:37 +03:00
ad69eeb4ad
Merged the build script into main repository. Some related cleanups.
19 lines
468 B
TOML
19 lines
468 B
TOML
[package]
|
|
name = "wstest"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base64 = "0.13.0"
|
|
clap = { version = "3", features = ["derive"] }
|
|
either = "1.7.0"
|
|
futures = "0.3"
|
|
enso-prelude = { path = "../../../lib/rust/prelude" }
|
|
regex = "1.6.0"
|
|
time = { version = "0.3", features = ["formatting"] }
|
|
tokio = { workspace = true }
|
|
tokio-stream = { version = "0.1.9", features = ["io-util"] }
|
|
url = "2.2"
|
|
websocket-lite = "0.5"
|