Cargo.toml (255B)
1 [package] 2 name = "taler-build" 3 version.workspace = true 4 edition.workspace = true 5 rust-version.workspace = true 6 authors.workspace = true 7 homepage.workspace = true 8 repository.workspace = true 9 license-file.workspace = true 10 11 [lib] 12 test = false 13 doctest = false