[workspace] resolver = "2" members = [ "macros", ] [workspace.package] description = "A simple library for creating html components directly in your source" homepage = "https://git.sr.ht/~yuiyukihira/rempl" repository = "https://git.sr.ht/~yuiyukihira/rempl" authors = [ "Lucy Ekaterina" ] license = "MPL-2.0" version = "0.3.1" [package] name = "rempl" edition = "2021" description.workspace = true homepage.workspace = true repository.workspace = true authors.workspace = true license.workspace = true version.workspace = true [features] nightly = [ "rempl-macros/nightly" ] [dependencies] rempl-macros = { path = "macros", version = "0.3.1" }