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