feat: add copyprofile subcommand

This commit is contained in:
VC
2022-12-01 08:27:44 +01:00
parent 25f98581a5
commit 0f5ab4158c
5 changed files with 156 additions and 11 deletions

View File

@@ -1,12 +1,13 @@
[package]
name = "scootaloo"
version = "1.0.0"
version = "1.1.0"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "^0.13"
regex = "^1"
serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"