12 lines
251 B
TOML
12 lines
251 B
TOML
|
|
[package]
|
||
|
|
name = "orca-rs"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
description = "Orca live coding environment, ported to Rust"
|
||
|
|
license = "MIT"
|
||
|
|
repository = "https://prosjekt.klingenbergbygg.no/bl/orca-rs"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
crossterm = "0.28"
|
||
|
|
midir = "0.10"
|