13 lines
246 B
TOML
13 lines
246 B
TOML
[package]
|
|
name = "buffer_proto5"
|
|
version = "0.1.0"
|
|
authors = ["Colin <colin@uninsane.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bincode = "1.3" # MIT
|
|
coremem = { path = "../../coremem" }
|
|
log = "0.4"
|
|
rayon = "1.5" # MIT or Apache 2.0
|
|
serde = "1.0"
|