lib-nested/nested/Cargo.toml

25 lines
626 B
TOML
Raw Normal View History

2021-04-19 05:01:09 +02:00
[package]
authors = ["Michael Sippel <micha@fragmental.art>"]
edition = "2018"
name = "nested"
version = "0.1.0"
[dependencies]
#r3vi = { git = "https://git.exobiont.de/senvas/lib-r3vi.git" }
r3vi = { path = "../../lib-r3vi" }
laddertypes = { path = "../../lib-laddertypes" }
2021-04-19 05:01:09 +02:00
no_deadlocks = "*"
2021-04-20 04:09:12 +02:00
cgmath = { version = "0.18.0", features = ["serde"] }
termion = "2.0.1"
vte = "0.10.1"
ansi_colours = "1.0"
2021-04-19 05:01:09 +02:00
signal-hook = "0.3.1"
signal-hook-async-std = "0.2.0"
2021-04-20 04:09:12 +02:00
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3.3"
serde_json = "*"
2021-04-19 05:01:09 +02:00
[dependencies.async-std]
version = "1.9.0"
2021-04-19 05:01:09 +02:00
features = ["unstable", "attributes"]