changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: add rust/web/alik

changeset 383: db2922748364
parent 382: 97efb1015e40
child 384: 8fe057887c17
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 28 May 2024 23:50:43 -0400
files: rust/Cargo.toml rust/web/alik/Cargo.toml
description: add rust/web/alik
     1.1--- a/rust/Cargo.toml	Tue May 28 23:18:12 2024 -0400
     1.2+++ b/rust/Cargo.toml	Tue May 28 23:50:43 2024 -0400
     1.3@@ -1,6 +1,6 @@
     1.4 [workspace]
     1.5 resolver = "2"
     1.6-members = ["sys/*","lib/*","bin/*"]
     1.7+members = ["sys/*","lib/*","bin/*","web/*"]
     1.8 [workspace.package]
     1.9 version = "0.1.0"
    1.10 authors = ["Richard Westhaver <ellis@rwest.io>"]
    1.11@@ -14,4 +14,4 @@
    1.12 tokio-stream = "0.1.15"
    1.13 serde = "1.0.200"
    1.14 log = "0.4.21"
    1.15-bindgen = "0.66.1"
    1.16+bindgen = "0.66.1"
    1.17\ No newline at end of file
     2.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2+++ b/rust/web/alik/Cargo.toml	Tue May 28 23:50:43 2024 -0400
     2.3@@ -0,0 +1,7 @@
     2.4+[package]
     2.5+name = "alik-web"
     2.6+version.workspace = true
     2.7+authors.workspace = true
     2.8+edition.workspace = true
     2.9+[dependencies]
    2.10+egui = "0.27.2"