changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / Cargo.toml

changeset 21: 1059e7b52e47
parent: a1137af05c8d
child: ba323d8c0f93
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 19:57:46 -0400
permissions: -rw-r--r--
description: cleanup
1 [package]
2 name = "demo"
3 version = "0.1.0"
4 build = "build.rs"
5 [lib]
6 path = "lib.rs"
7 crate-type = ["rlib","cdylib"]
8 [workspace]
9 members = ["obj","ui"]
10 [dependencies]
11 libc = "0.2"
12 obj = {version = "0.1.0",path = "obj"}
13 [build-dependencies]
14 cbindgen = "0.24.3"