Compare commits

..

8 Commits

Author SHA1 Message Date
4475713a80 docs: Add README.md
All checks were successful
continuous-integration/drone/tag Build is passing
2022-09-02 22:56:51 +02:00
5e340a4402 ci: Change image to aviod musl errors
Some checks failed
continuous-integration/drone/tag Build is failing
2022-09-02 22:49:58 +02:00
0cf1b51be7 ci: Get secret to login into cargo
Some checks failed
continuous-integration/drone/tag Build is failing
2022-09-02 22:38:35 +02:00
dd516ac3d0 ci: Add env to command
Some checks failed
continuous-integration/drone/tag Build is failing
2022-09-02 22:32:51 +02:00
df2a50ec25 ci: Change image
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
2022-09-02 22:25:09 +02:00
d07d529f05 ci: Fix entrypoint
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
2022-09-02 22:21:53 +02:00
bbe70d60c0 build: Fix dependencies in manifest
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
2022-09-02 22:17:19 +02:00
0e8c3a4b52 ci: Trigger publish on tag 2022-09-02 22:17:04 +02:00
4 changed files with 27 additions and 2 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
steps:
- name: publish
image: rust:slim
commands:
- /usr/bin/env cargo publish
environment:
CARGO_REGISTRY_TOKEN:
from_secret: cargo_token
trigger:
event:
- tag

4
Cargo.lock generated
View File

@@ -66,7 +66,9 @@ dependencies = [
[[package]]
name = "dental-notation"
version = "0.1.0"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3c00b2dc40e4c58d6bce550f3c415454be6fbc4b79024918cb40931828c88fb"
dependencies = [
"owo-colors",
]

View File

@@ -2,10 +2,11 @@
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"]
[dependencies]
clap = {version = "3.2.5", features = [ "derive" ] }
dental-notation = { path = ".." }
dental-notation = "1.0.0"

7
README.md Normal file
View 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