initial commit
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "laika"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.24"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
sysinfo = { version = "0.28.4", default-features = false }
|
||||
toml = "0.7.3"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
debug = false
|
||||
lto = true
|
||||
strip = true
|
||||
codegen-units=1
|
||||
|
Reference in New Issue
Block a user