mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
I had some trouble getting this to work with version 1.54 of the Rust toolchain, so I had to bump it up to 1.59.
13 lines
247 B
TOML
13 lines
247 B
TOML
[package]
|
|
name = "buramu"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|
|
chrono = "0.4.23"
|
|
rayon = "1.5.0"
|
|
regex = "1.7.1"
|