diff --git a/Bricks/Crypto/0.1.0.toml b/Bricks/Crypto/0.1.0.toml new file mode 100644 index 0000000..b118750 --- /dev/null +++ b/Bricks/Crypto/0.1.0.toml @@ -0,0 +1,15 @@ + +[brick] +name = "Crypto" +version = "0.1.0" +chplVersion = "2.7.0" +type = "library" +source = "https://github.com/chapel-lang/Crypto" +authors = ["HPE", "Jade Abraham"] +copyrightYear = "2004" +license = "Apache-2.0" + +[dependencies] + +[system] +openssl = "*"