This tests buffer overflow for the basic types. It does not currently test the platform int and uint until the final function definitions are determined.
11 lines
207 B
TOML
11 lines
207 B
TOML
[package]
|
|
name = "alchemy"
|
|
version = "0.1.0"
|
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
|
|
|
[dependencies.sigils]
|
|
git = "https://gitlab.com/CyberMages/sigils.git"
|
|
|
|
[dev-dependencies]
|
|
rand = "*"
|