17 lines
450 B
TOML
17 lines
450 B
TOML
[package]
|
|
name = "Composition"
|
|
version = "0.1.0"
|
|
authors = ["ElementG9 <garentyler@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.13"
|
|
colorful = "0.2.1"
|
|
lazy_static = "1.4.0"
|
|
ozelot = "0.9.0" # Ozelot 0.9.0 supports protocol version 578 (1.15.2)
|
|
toml = "0.5.6"
|
|
serde = { version = "1.0.114", features = ["serde_derive"]}
|
|
base64 = "0.12.3"
|