Skip to content

Commit

Permalink
Crates releasable (#31)
Browse files Browse the repository at this point in the history
* Make this releasable on crates

* Add release workflow
  • Loading branch information
skeet70 authored Aug 15, 2024
1 parent 09ab10d commit 3c91b8c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Rust Release

on:
workflow_dispatch: null

jobs:
rust-release:
uses: IronCoreLabs/workflows/.github/workflows/rust-release.yaml@rust-release-v1
secrets: inherit
18 changes: 18 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
[package]
name = "uniffi-bindgen-java"
version = "0.1.0"
authors = ["IronCore Labs <[email protected]>"]
readme = "README.md"
license = "mpl-2.0"
repository = "https://github.com/IronCoreLabs/uniffi-bindgen-java"
documentation = "https://docs.rs/uniffi-bindgen-java"
keywords = [
"bindgen",
"ffi",
"java"
]
description = "a java bindings generator for uniffi rust"
exclude = [
".github/*",
".envrc",
"flake.nix",
"flake.lock",
"RELEASING.md"
]
edition = "2021"

[lib]
Expand Down

0 comments on commit 3c91b8c

Please sign in to comment.