commit | 8d072503fe0aa879ff0ccc2b46418daf4a9b0fd2 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周六 10月 31 22:02:25 2020 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周一 11月 02 09:21:21 2020 +0800 |
tree | 1ac9db7187844a127f440f0f58db1dac4a8d5a9f | |
parent | 88643892535c6344a8f36f5a2d4d47705b7c93ae [diff] [blame] |
modify
diff --git a/Cargo.toml b/Cargo.toml index 7645052..25d96e5 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,2 +1,6 @@ [workspace] -members = ["daliqrcode", "dlsmk"] +members = ["dlqrcode", "dlsmk"] + + +[profile.release] +opt-level = "s"