feat: reintroduce tag command
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a8eb4a212a
commit
30cc4a6220
12 changed files with 256 additions and 10 deletions
|
@ -5,8 +5,14 @@ edition = "2021"
|
|||
repository = "https://github.com/PrismLauncher/refraction"
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[build-dependencies]
|
||||
gray_matter = "0.2.6"
|
||||
poise = "0.5.7"
|
||||
serde = "1.0.193"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue