mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
8 lines
124 B
TOML
8 lines
124 B
TOML
[package]
|
|
name = "scoped-pool"
|
|
version = "0.0.1"
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.5"
|