Cargo.toml
1 [package] 2 name = "willow-rummager" 3 version = "0.1.0" 4 edition = "2024" 5 6 [dependencies] 7 zed = { path = "../../../zed2/crates/zed" } 8 9 # Third-party deps 10 async-tungstenite = { version = "0.31.0", features = ["tokio", "tokio-rustls-manual-roots", "tokio-runtime"] } 11 serde = "1" 12 serde_json = "1.0.145" 13 anyhow = "1.0.100" 14 schemars = "1.1.0" 15 # willow_25 = "0.1.1" 16 # willow-store-simple-sled = "0.1.0" 17 18 # async-tungstenite = "=0.31.0" 19 # gpui = { git = "https://github.com/nicholastmosher/zed", branch = "first-class-plugins" } 20 # zed = { git = "https://github.com/nicholastmosher/zed", branch = "first-class-plugins" } 21 # async-tungstenite = { version = "0.30.0", features = ["tokio-runtime"] } 22 # async-tungstenite = { version = "0.31.0", features = ["tokio", "tokio-rustls-manual-roots", "tokio-runtime"] } 23 # async-tungstenite_0_32 = { package = "async-tungstenite", version = "0.32.0", features = ["tokio", "tokio-rustls-manual-roots", "tokio-runtime"] } 24 # jupyter-websocket-client = { git = "https://github.com/ConradIrwin/runtimed", rev = "7130c804216b6914355d15d0b91ea91f6babd734" } 25 # jupyter-websocket-client = { path = "../runtimed/crates/jupyter-websocket-client" } 26 27 # [patch."https://github.com/ConradIrwin/runtimed"] 28 # jupyter-websocket-client = { path = "../runtimed/crates/jupyter-websocket-client" } 29 # jupyter-protocol = { path = "../runtimed/crates/jupyter-protocol" }