From 0be4c4b2763a38663c48f9ebee3ecb86d97ff639 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:53:00 +0000 Subject: [PATCH] Add Crypto 0.1.0 --- Bricks/Crypto/0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Bricks/Crypto/0.1.0.toml 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 = "*"