Skip to content

Commit 0209e63

Browse files
committed
prepare to publish fork to crates.io
1 parent 2a32ff3 commit 0209e63

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
33
[![GithubActions](https://github.com/Zondax/ledger-namada/actions/workflows/main.yml/badge.svg)](https://github.com/Zondax/ledger-namada/blob/main/.github/workflows/main.yaml)
44

5+
⚠️ This is a temporary fork with a sole purpose of getting the Rust library onto crates.io. Do not use this repository to install the Ledger app.
6+
57
---
68

79
![zondax_light](docs/zondax_light.png#gh-light-mode-only)

rs/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "ledger-namada-rs"
3-
description = "Library to integrate with the Ledger Namada app"
4-
version = "0.0.1"
2+
name = "nam-ledger-namada-rs"
3+
description = "(Namada fork) Library to integrate with the Ledger Namada app"
4+
version = "0.0.1-nam.0"
55
license = "Apache-2.0"
66
authors = ["Zondax AG <info@zondax.ch>"]
7-
homepage = "https://github.com/ZondaX/ledger-namada"
8-
repository = "https://github.com/ZondaX/ledger-namada"
7+
homepage = "https://github.com/heliaxdev/ledger-namada"
8+
repository = "https://github.com/heliaxdev/ledger-namada"
99
readme = "README.md"
1010
categories = ["authentication", "cryptography"]
1111
keywords = ["ledger", "nano", "apdu", "namada"]

0 commit comments

Comments
 (0)