Skip to content

Commit

Permalink
Add Rust Client to list of SDK's (#203)
Browse files Browse the repository at this point in the history
Added rust client
  • Loading branch information
Atoo35 committed Mar 19, 2024
1 parent 215cc5b commit 84e76ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/components/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ const sdk = {
link: 'https://github.com/georges-ph/pantry',
verified: false,
},
{
name: 'pantry_client',
platform: 'Rust',
author: 'Atoo35',
link: 'https://github.com/Atoo35/pantry_client_rust/',
verified: false,
},
],
defaultBadgeClasses: `flex-shrink-0 inline-block px-2 py-0.5
text-xs font-medium
Expand Down

0 comments on commit 84e76ba

Please sign in to comment.