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