Files
codeql/ql/buramu/Cargo.toml
Taus 0e0ec89e60 QL: Add tool for extracting blame info
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.
2023-02-17 13:20:06 +00:00

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"