-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
51 lines (43 loc) · 971 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[package]
name = "ligeia"
version = "0.1.0"
authors = ["Lachlan Sneff <[email protected]>"]
edition = "2018"
[workspace]
members = [
"ligeia-core",
"ligeia-vcd",
"ligeia-svcb",
]
[profile.release]
# debug = true
# lto = "fat"
[profile.dev]
opt-level = 2
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ligeia-core = { path = "ligeia-core" }
ligeia-vcd = { path = "ligeia-vcd" }
number_prefix = "0.4.0"
# structopt = "0.3"
# clap = "*"
# wgpu = "0.7"
# wgpu-subscriber = "0.1"
# # leb128 = "0.2.4"
# varint-simd = "0.1.1"
# winit = "0.23.0"
# futures = "0.3.12"
# # nom = "6.0"
# thiserror = "1.0"
# ahash = "0.6.2"
# anyhow = "1.0"
# circular = "0.3"
# # rfc2580 = "0.2.0"
# # sys-info = "0.8.0"
# # indicatif = "0.15.0"
# yapb = "0.3.2"
# termion = "1.5.6"
# lazy_format = "1.8.3"
# [dependencies.vcd]
# git = "https://github.com/lachlansneff/rust-vcd.git"
# # path = "../rust-vcd"