diff --git a/Cargo.toml b/Cargo.toml index 3cb2cf376a2d66d1c8d469aedd87f19dae5d711f..f4e5d76d71595427f3095b5c04405da0256f5d21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ version = "0.1.0" [dependencies] static-ref = "0.2.0" +[dependencies.cortex-m-debug] +git = "https://gitlab.henriktjader.com/pln/cortex-m-debug.git" + [dependencies.cast] default-features = false version = "0.2.2"