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
22 lines (21 loc) · 744 Bytes
/
Copy pathCargo.toml
File metadata and controls
22 lines (21 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "feather-core"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"
[dependencies]
feather-anvil = { path = "./anvil" }
feather-biomes = { path = "./biomes" }
feather-blocks = { path = "./blocks" }
feather-chunk = { path = "./chunk" }
feather-chunk-map = { path = "./chunk_map" }
feather-entity-metadata = { path = "./entity_metadata" }
feather-game-rules = { path = "./game_rules" }
feather-inventory = { path = "./inventory" }
feather-item-block = { path = "./item_block" }
feather-items = { path = "./items" }
feather-loot = { path = "./loot" }
feather-misc = { path = "./misc" }
feather-protocol = { path = "./protocol" }
feather-text = { path = "./text" }
feather-util = { path = "./util" }