changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / Cargo.toml

changeset 14: 2bbf5ce73537
parent: d8f806f1d327
child: af615d1895cb
author: ellis <ellis@rwest.io>
date: Tue, 23 May 2023 20:43:02 -0400
permissions: -rw-r--r--
description: rs updates
1 [package]
2 name = "demo"
3 version = "0.1.0"
4 build = "build.rs"
5 [lib]
6 path = "lib.rs"
7 crate-type = ["lib","cdylib","staticlib"]
8 [workspace]
9 members = ["obj","fig"]
10 [dependencies]
11 libc = "0.2"
12 obj = {version = "0.1.0",path = "obj"}
13 fig = {version = "0.1.0",path = "fig"}
14 [build-dependencies]
15 cbindgen = "0.24.3"