alchemy/Cargo.toml
Jason Travis Smith cdd72603e5 Create a buffer overflow test.
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.
2016-01-02 18:27:06 -05:00

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 = "*"