[package] name = "hadron" version = { workspace = true } authors = { workspace = true } edition = { workspace = true } repository = { workspace = true } license = { workspace = true } homepage = { workspace = true } description = """ Hadron is an experimental, minimalist runtime for hosting Spin applications. """ [workspace.package] version = "0.0.0" authors = ["Chojan Shang "] edition = "2021" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/PsiACE/hadron" homepage = "https://github.com/PsiACE/hadron" [workspace] resolver = "2" members = ["."]