add parser for all formats #13

Merged
PlexSheep merged 11 commits from feat/parse-formats into devel 2024-05-13 15:54:23 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2f14d672f4 - Show all commits

View File

@ -18,6 +18,6 @@ anyhow = "1.0.83"
clap = { version = "4.5.4", features = ["derive"] }
clap-num = "1.1.1"
fast32 = "1.0.2"
libpt = { version = "0.5.0", features = ["bintols"]}
libpt = { version = "0.5.1", features = ["bintols"]}
num = "0.4.3"
PlexSheep marked this conversation as resolved
Review

remove num if it's not needed

remove num if it's not needed
Review

yup we need that

yup we need that