[package] name = "narthex_engine_trait" version = "0.1.2" edition = "2018" authors = ["Martin "] description = "Shared code (trait) for portable apps" documentation = "https://docs.rs/narthex_engine_trait/0.1.2/narthex_engine_trait/" readme = "README.md" repository = "https://github.com/martinellison/narthex-engine-trait" license = "MPL-2.0" keywords = ["portable", "cross-platform"] publish = true [dependencies] anyhow = "1.0.44" serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.68" strum = { version = "0.22.0", features = ["derive"] } # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/.