[package] name = "example-hello-world-types" authors = ["Jakub Zajkowski "] version = "0.1.2" edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zajko/minimal-example" description = "Types for dummy library which I did to check out the release process" # documentation = "" # homepage = "" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.104"