File: Cargo.toml

package info (click to toggle)
tiny 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,780 kB
  • sloc: makefile: 29
file content (17 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
resolver = "2"
members = [
    "crates/libtiny_client",
    "crates/libtiny_common",
    "crates/libtiny_logger",
    "crates/libtiny_tui",
    "crates/libtiny_wire",
    "crates/term_input",
    "crates/term_input_macros",
    "crates/termbox",
    "crates/tiny",
]

[profile.release]
lto = true
codegen-units = 1