9 lines
173 B
TOML
9 lines
173 B
TOML
|
[package]
|
||
|
name = "model-converter"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Thomas Forgione <thomas@tforgione.fr>"]
|
||
|
|
||
|
[dependencies]
|
||
|
num = "*"
|
||
|
verbose-log = { path = "../verbose-log" }
|