[package] name = "sredis" version = "0.1.0" edition = "2021" description = "Simple redis library" license = "MIT" authors = ["gpskwlkr"] repository = "https://github.com/gpskwlkr/sredis" # Static linking to make executable as small as possible [profile.release] lto = true opt-level = 'z' panic = 'unwind' codegen-units = 1 incremental = false [dependencies]