fix: use path_macro in tests/codegen for cross-platform paths

This commit is contained in:
ThetaDev 2022-11-30 10:04:16 +01:00
parent 394f8609a8
commit 64d009615e
25 changed files with 150 additions and 151 deletions

View file

@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rustypipe = {path = "../"}
rustypipe = { path = "../" }
reqwest = "0.11.11"
tokio = {version = "1.20.0", features = ["macros", "rt-multi-thread"]}
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
futures = "0.3.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
@ -20,3 +20,4 @@ once_cell = "1.12.0"
fancy-regex = "0.10.0"
indicatif = "0.17.0"
num_enum = "0.5.7"
path_macro = "1.0.0"