changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / Cargo.toml

revision 3: 8f59e2f1b8c4
parent 0: eb8ed24e8a76
child 7: 315fedf35bc7
     1.1--- a/Cargo.toml	Sun Apr 30 22:25:43 2023 -0400
     1.2+++ b/Cargo.toml	Fri May 05 22:41:30 2023 -0400
     1.3@@ -1,5 +1,5 @@
     1.4 [package]
     1.5-name = "cl-demo-rs"
     1.6+name = "demo_ffi"
     1.7 version = "0.1.0"
     1.8 edition = "2021"
     1.9 build = "build.rs"
    1.10@@ -7,10 +7,10 @@
    1.11 path = "lib.rs"
    1.12 crate-type = ["cdylib"]
    1.13 [workspace]
    1.14-members = ["cfg","obj"]
    1.15+members = ["obj","fig","proc_macros"]
    1.16 [dependencies]
    1.17 libc = "0.2"
    1.18 obj = {version = "0.1.0",path = "obj"}
    1.19-cfg = {version = "0.1.0",path = "cfg"}
    1.20+fig = {version = "0.1.0",path = "fig"}
    1.21 [build-dependencies]
    1.22 cbindgen = "0.20"
    1.23\ No newline at end of file