mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
chore: rename app binary name and fix readme.md
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
**An open source commissioning tool for Pico FIDO security keys**
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> [!NOTE]
|
||||
> PicoForge is an independent, community-developed tool and is not affiliated with or endorsed by the official Pico FIDO project. This software does not share any code with the official closed-source Pico FIDO commissioning application.
|
||||
|
||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "pico-forge",
|
||||
"name": "picoforge",
|
||||
"version": "0.1.1",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
|
||||
Generated
+2
-2
@@ -2939,8 +2939,8 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pico-forge"
|
||||
version = "0.1.0"
|
||||
name = "picoforge"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pico-forge"
|
||||
version = "0.1.0"
|
||||
name = "picoforge"
|
||||
version = "0.1.1"
|
||||
description = "An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte."
|
||||
authors = ["Suyog Tandel"]
|
||||
license = "AGPL-3.0"
|
||||
@@ -12,7 +12,7 @@ edition = "2024"
|
||||
# The `_lib` suffix may seem redundant but it is necessary
|
||||
# to make the lib name unique and wouldn't conflict with the bin name.
|
||||
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
|
||||
name = "pico_forge_lib"
|
||||
name = "picoforge_lib"
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
pico_forge_lib::run()
|
||||
picoforge_lib::run()
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "pico-forge",
|
||||
"version": "0.1.0",
|
||||
"identifier": "in.suyogtandel.pico-forge",
|
||||
"productName": "picoforge",
|
||||
"version": "0.1.1",
|
||||
"identifier": "in.suyogtandel.picoforge",
|
||||
"build": {
|
||||
"beforeDevCommand": "deno task dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
|
||||
@@ -737,7 +737,7 @@
|
||||
</div>
|
||||
|
||||
<h2 class="text-2xl font-bold">PicoForge</h2>
|
||||
<Badge variant="secondary" class="px-4 py-1">v0.1.0-Alpha</Badge>
|
||||
<Badge variant="secondary" class="px-4 py-1">v0.1.1-Alpha</Badge>
|
||||
<p class="text-muted-foreground max-w-md">
|
||||
An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and
|
||||
Svelte.
|
||||
|
||||
Reference in New Issue
Block a user