Generate magic tables with build script
This commit is contained in:
parent
83a3188605
commit
5a6dbaaa10
2 changed files with 144 additions and 0 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -2,8 +2,19 @@
|
|||
name = "seer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "src/build.rs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
random = "0.12.2"
|
||||
|
||||
[build-dependencies]
|
||||
random = "0.12.2"
|
||||
|
||||
# Optimize build scripts to shorten compile times.
|
||||
[profile.dev.build-override]
|
||||
opt-level = 3
|
||||
|
||||
[profile.release.build-override]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue