Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurdy committed Jan 11, 2023
1 parent 6d66505 commit 3505e26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "avs_cli"
description = "A Swiss AVS 13 generator and validator."
description = "A Swiss OASI AHV AVS 13 generator and validator."
license = "BSD-3-Clause"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# avs_cli
A Swiss AVS 13 generator and validator.
A Swiss OASI AHV AVS 13 generator and validator.

Command line app. to generate and validate a swiss navs13.
Command line app. to generate and validate a swiss social number.
This utility is for testing purposes, only the structure is validated which does not mean
that the number is administratively valid.
[navs13](https://www.zas.admin.ch/zas/fr/home/partenaires-et-institutions-/navs13.html)
Expand All @@ -22,6 +22,14 @@ cargo build release

for binaries see release

### cross compile

[see](https://github.com/cross-rs/cross)

`cross build --release --target x86_64-pc-windows-gnu`

`cross build --release --target aarch64-unknown-linux-gnu`

## Howto

```shell
Expand Down

0 comments on commit 3505e26

Please sign in to comment.