# Copyright 2022 Weavers @ Eternal Loom. All rights reserved. # Edit name, description, repository, documentation and keywords [package] name = "metals" version = "0.1.3" edition = "2021" description = "A meta programming language for Composable Systems" authors = ["Weavers @ Eternal Loom"] license = "MIT" repository = "https://github.com/alywonder/metals" homepage = "https://metals.compos.dev" documentation = "https://docs.rs/metals" readme = "README.md" keywords = ["compose", "components", "api", "metaprogramming", "schema"] [dependencies] metals-poly = { version = "0.1", path = "../metals-poly" } tracing = "0.1.36" [dev-dependencies] criterion = "0.4" # Edit the package name [lib] name = "metals" path = "src/lib.rs"