Compare commits
6 Commits
bbe70d60c0
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 4475713a80 | |||
| 5e340a4402 | |||
| 0cf1b51be7 | |||
| dd516ac3d0 | |||
| df2a50ec25 | |||
| d07d529f05 |
@@ -5,11 +5,11 @@ name: default
|
||||
steps:
|
||||
- name: publish
|
||||
image: rust:slim
|
||||
command:
|
||||
- build
|
||||
commands:
|
||||
- /usr/bin/env cargo publish
|
||||
environment:
|
||||
CARGO_REGISTRY_TOKEN:
|
||||
cargo_token: cargo_token
|
||||
from_secret: cargo_token
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "dental-notation-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Command-line tool used to parse and display tooth numbers"
|
||||
repository = "https://git.barthes.xyz/guilhem/dental-notation-cli"
|
||||
license = "GPL-3.0-or-later"
|
||||
categories = ["parsing", "command-line-utilities"]
|
||||
|
||||
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Dental notation CLI
|
||||
|
||||
Small CLI tool used to operate on [dental-notation crate](https://crates.io/crates/dental-notation). The following features are for now available:
|
||||
|
||||
- Display a mouth in different notations
|
||||
- Show a specific tooth in this mouth
|
||||
- Convert between the different notations
|
||||
Reference in New Issue
Block a user