diff --git a/Cargo.toml b/Cargo.toml index de80588..3fcdfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ get_if_addrs = "0.5.3" hex = "0.4.3" indicatif = "0.17.7" jsonwebtoken = "9.2.0" -openssl = { version = "0.10.63", features = ["vendored"] } prettytable = "0.10.0" rand = "0.8.5" reqwest = "0.11.23" @@ -23,3 +22,6 @@ serde_json = "1.0.111" sha2 = "0.10.8" sys-info = "0.9.1" tempfile = "3.9.0" + +[profile.release] +strip = true