changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / Cargo.toml

changeset 18: a1137af05c8d
parent: af615d1895cb
child: ba323d8c0f93
author: ellis <ellis@rwest.io>
date: Mon, 29 May 2023 21:46:21 -0400
permissions: -rw-r--r--
description: removed fig, use sexprs instead
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"