diff --git a/Cargo.toml b/Cargo.toml index fdbd127..58f8a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ license = "MIT" description = "a terminal gopher client designed to help you quickly navigate the gophersphere" repository = "https://github.com/dvkt/phetch" keywords = ["gopher", "tui", "cli"] +exclude = [ + "img/*" +] [profile.release] lto = true