[package] name = "sjis-literals" description = "A macro for including Shift-JIS text in a Rust application" license = "MIT/Apache-2.0" version = "0.1.0" authors = ["Serentty"] edition = "2018" [lib] proc-macro = true [dependencies] syn = "0.15" encoding_rs = "0.8"