github.com/smartcontractkit/chainlink-terra@v0.1.4/Cargo.toml (about)

     1  [workspace]
     2  
     3  members = [
     4      "contracts/*",
     5      "crates/*",
     6      "examples/hello-world",
     7  ]
     8  
     9  [profile.dev]
    10  overflow-checks = true
    11  
    12  [profile.release]
    13  opt-level = 3
    14  debug = false
    15  rpath = false
    16  lto = true
    17  debug-assertions = false
    18  codegen-units = 1
    19  panic = 'abort'
    20  incremental = false
    21  overflow-checks = true
    22  
    23  [profile.test]
    24  overflow-checks = true