yml_to_ron 0.1.0

Simple utility to transmute a yaml file to a valid ron file
[[bin]]
name = "yron"
path = "src/main.rs"
[dependencies.linked-hash-map]
features = ["serde_impl"]
version = "0.5.3"

[dependencies.ron]
version = "0.6.4"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.60"

[dependencies.yaml-rust]
version = "0.4"

[package]
authors = ["Neil <neilhube12@gmail.com>"]
description = "Simple utility to transmute a yaml file to a valid ron file"
edition = "2018"
license = "MIT"
name = "yml_to_ron"
version = "0.1.0"