changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / Cargo.toml

changeset 13: 1fedeaa5bfc5
parent: d8f806f1d327
child: af615d1895cb
author: ellis <ellis@rwest.io>
date: Fri, 19 May 2023 22:38:49 -0400
permissions: -rw-r--r--
description: tweaks to ffi and makefile
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"