diff options
Diffstat (limited to 'matrix-macros/Cargo.toml')
-rw-r--r-- | matrix-macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-macros/Cargo.toml b/matrix-macros/Cargo.toml index df84237..4aff09a 100644 --- a/matrix-macros/Cargo.toml +++ b/matrix-macros/Cargo.toml @@ -9,4 +9,4 @@ proc-macro = true [dependencies] syn = { version = "1", features = ["full"] } quote = "1" -matrix = { path = "../matrix" } +matrix-lang = { path = "../matrix-lang" } |