/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "PolarBear"
 3  version = "0.1.0"
 4  edition = "2021"
 5  
 6  [profile.release]
 7  strip = true
 8  lto = true
 9  codegen-units = 1
10  
11  [dependencies]
12  anyhow = "1.0"
13  chrono = { version = "0.4" }
14  artic_tls = { path = "src/artic_tls" }