wausyscall/Cargo.toml
Michał Lach 60128be34d replaced regex crate with stdlib functions for string searching
Pulling an additional crate for finding syscall functions was definitely
unnecessary. Now we use a few conditionals to make sure we are getting
the correct functions with a slight speedup.
2022-08-09 16:45:49 +02:00

5 lines
65 B
TOML

[package]
name = "wausyscall"
version = "1.2.0"
edition = "2021"