changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/Cargo.toml

changeset 383: db2922748364
parent: 94d358919982
child: 7963217e1d39
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 28 May 2024 23:50:43 -0400
permissions: -rw-r--r--
description: add rust/web/alik
1 [workspace]
2 resolver = "2"
3 members = ["sys/*","lib/*","bin/*","web/*"]
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"