rinth/rinth-synth/Cargo.toml
Ivan Bushchik 1aff34a06a
0.0.1: First alpha release
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-01-19 09:59:08 +03:00

16 lines
376 B
TOML

[package]
name = "rinth-synth"
version = "0.0.1"
edition = "2021"
publish = false
license-file = "../LICENSE"
authors = [ "Ivan Bushchik <ivabus@ivabus.dev>" ]
[dependencies]
rinth-types = {path = "../rinth-types" }
hound = "3.5.1"
serde_yaml = "0.9.30"
clap = { version = "4.4", features = ["derive"] }
serde = { version = "1.0.195", features = ["derive"] }
meval = "0.2.0"