23 lines
569 B
TOML
23 lines
569 B
TOML
[package]
|
|
authors = ["Michael Sippel <micha@fragmental.art>"]
|
|
edition = "2018"
|
|
name = "nested"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
#r3vi = { git = "https://git.exobiont.de/senvas/r3vi.git" }
|
|
r3vi = { path = "../../r3vi" }
|
|
no_deadlocks = "*"
|
|
cgmath = { version = "0.18.0", features = ["serde"] }
|
|
termion = "1.5.5"
|
|
vte = "0.10.1"
|
|
ansi_colours = "1.0"
|
|
signal-hook = "0.3.1"
|
|
signal-hook-async-std = "0.2.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = "1.3.3"
|
|
serde_json = "*"
|
|
|
|
[dependencies.async-std]
|
|
version = "1.9.0"
|
|
features = ["unstable", "attributes"]
|