Skip to content

Commit fff8530

Browse files
authored
Add badge for crates.io (#230)
1 parent 9edab58 commit fff8530

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# IronCore Labs Alloy SDK
22

33
[![Mentioned in Awesome Security Solutions for AI Systems](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/zmre/awesome-security-for-ai/)
4+
![Crates.io Version](https://img.shields.io/crates/v/ironcore-alloy)
45

56
The Alloy SDK brings together a set of tools that you can use for your different Application Layer Encryption needs. It
67
unifies functionality that was provided in our [SaaS Shield](https://ironcorelabs.com/products/saas-shield/) [Tenant Security Client (TSC) SDKs](https://ironcorelabs.com/docs/saas-shield/tenant-security-client/overview/) and our new [Cloaked AI](https://ironcorelabs.com/products/cloaked-ai/) tools
@@ -16,7 +17,7 @@ to protect the private or sensitive data your apps process.
1617
- [Java](https://central.sonatype.com/artifact/com.ironcorelabs/ironcore-alloy-java)
1718
- [Kotlin](https://central.sonatype.com/artifact/com.ironcorelabs/ironcore-alloy)
1819
- [Python](https://pypi.org/project/ironcore-alloy)
19-
- Rust - Depend on this repo using a git dependency.
20+
- [Rust](https://crates.io/crates/ironcore-alloy)
2021

2122
This SDK was written in Rust and is using [uniffi](https://github.com/mozilla/uniffi-rs) to generate the foreign language bindings. If your language is not listed above, feel free to open an issue and we can take a look!
2223

@@ -28,7 +29,8 @@ You can see the examples on our main docs site [here](https://ironcorelabs.com/d
2829
### Prerequisites
2930

3031
Across all languages:
31-
- glibc 2.29+
32+
33+
- glibc 2.29+
3234

3335
## Building Locally
3436

0 commit comments

Comments
 (0)