changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/Cargo.toml

changeset 667: bb8aa1eda12b
parent: 66f6c02370ee
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 17:03:54 -0400
permissions: -rw-r--r--
description: graph, css vars, corfu-terminal fix
1 [workspace]
2 resolver = "2"
3 members = ["sys/*","lib/*","bin/*","ui/*", "ui/alik/dash"]
4 [workspace.package]
5 version = "0.1.0"
6 authors = ["Richard Westhaver <ellis@rwest.io>"]
7 edition = "2021"
8 [profile.release]
9 lto = true
10 panic = "abort"
11 [workspace.dependencies]
12 tokio = "1.37"
13 tokio-util = "0.7.10"
14 tokio-stream = "0.1.15"
15 serde = "1.0.200"
16 log = "0.4.21"
17 bindgen = "0.66.1"
18 
19 # Optimize all dependencies even in debug builds:
20 [profile.dev.package."*"]
21 opt-level = 2
22 
23 
24 [patch.crates-io]
25 egui = { git = "https://github.com/emilk/egui", branch = "emilk/release-0.27.2" }
26 eframe = { git = "https://github.com/emilk/egui", branch = "emilk/release-0.27.2" }