changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / Cargo.toml

changeset 0: eb8ed24e8a76
child: 8f59e2f1b8c4
author: ellis <ellis@rwest.io>
date: Sun, 30 Apr 2023 22:01:32 -0400
permissions: -rw-r--r--
description: init
1 [package]
2 name = "cl-demo-rs"
3 version = "0.1.0"
4 edition = "2021"
5 build = "build.rs"
6 [lib]
7 path = "lib.rs"
8 crate-type = ["cdylib"]
9 [workspace]
10 members = ["cfg","obj"]
11 [dependencies]
12 libc = "0.2"
13 obj = {version = "0.1.0",path = "obj"}
14 cfg = {version = "0.1.0",path = "cfg"}
15 [build-dependencies]
16 cbindgen = "0.20"