Cargo.toml
1 [package] 2 name = "amaru-example-ledger-in-nodejs" 3 version.workspace = true 4 edition.workspace = true 5 description.workspace = true 6 license.workspace = true 7 authors.workspace = true 8 repository.workspace = true 9 homepage.workspace = true 10 documentation.workspace = true 11 12 publish = false 13 14 [dependencies] 15 amaru-examples-shared = { path = "../shared" } 16 17 [lib] 18 crate-type = ["cdylib"]