forked from Orchid/orchid
12 lines
378 B
TOML
12 lines
378 B
TOML
[package]
|
|
name = "orchid-extension"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
orchid-api = { version = "0.1.0", path = "../orchid-api" }
|
|
orchid-api-traits = { version = "0.1.0", path = "../orchid-api-traits" }
|
|
orchid-base = { version = "0.1.0", path = "../orchid-base" }
|