[package] name = "fanti" version = "0.1.0" edition = "2018" description = "Cross-platform command-line translation: en-US πŸ‡ΊπŸ‡Έ ⇄ zh-TW πŸ‡ΉπŸ‡Ό." authors = ["Teddy Byron "] repository = "https://github.com/tedbyron/fanti" homepage = "https://github.com/tedbyron/fanti" documentation = "https://github.com/tedbyron/fanti" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] [profile.dev] debug = 0 [profile.release] codegen-units = 1 lto = true opt-level = 3 panic = "abort"