[package] name = "rubble-rs" description = "A template engine to compile text and evaluate code from template files" version = "0.1.0" authors = ["multicatch "] edition = "2018" license-file = "LICENSE" homepage = "https://github.com/multicatch/rubble-rs" repository = "https://github.com/multicatch/rubble-rs" documentation = "https://multicatch.github.io/rubble-rs/rubble_rs/" readme = "README.md" exclude = [ "test-assets/*" ] [dependencies]