add command code type

This commit is contained in:
Vinzenz Schroeter 2024-05-10 18:33:51 +02:00
parent a23ca55f60
commit 8b33389203
7 changed files with 421 additions and 15 deletions

View file

@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
num = "0.4"
num-derive = "0.4"