forked from Orchid/orchid
13 lines
373 B
TOML
13 lines
373 B
TOML
[package]
|
|
name = "orchid-api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ordered-float = "4.2.0"
|
|
orchid-api-traits = { version = "0.1.0", path = "../orchid-api-traits" }
|
|
orchid-api-derive = { version = "0.1.0", path = "../orchid-api-derive" }
|
|
derive_more = "0.99.17"
|