forked from feather-rs/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 680 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "feather-protocol"
version = "0.1.0"
authors = [ "caelunshun <caelunshun@gmail.com>" ]
edition = "2018"
[dependencies]
aes = "0.7"
anyhow = "1"
base = { path = "../base", package = "feather-base" }
blocks = { path = "../blocks", package = "feather-blocks" }
bytemuck = "1"
byteorder = "1"
bytes = "0.5"
cfb8 = "0.7"
flate2 = "1"
hematite-nbt = { git = "https://github.com/PistonDevelopers/hematite_nbt" }
num-traits = "0.2"
parking_lot = "0.11" # Arc<RwLock<Chunk>> compat
quill-common = { path = "../../quill/common" }
serde = "1"
thiserror = "1"
uuid = "0.8"
libcraft-core = { path = "../../libcraft/core" }
libcraft-items = { path = "../../libcraft/items" }