mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
9 lines
244 B
TOML
9 lines
244 B
TOML
[package]
|
|
name = "hello"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] }
|