Moved victoriafalls to sys dir in rust.

This commit is contained in:
Drew Galbraith 2025-02-07 18:05:38 -08:00
parent 9452e6c705
commit c8f84ec352
10 changed files with 39 additions and 19 deletions

View file

@ -5,8 +5,8 @@ edition = "2021"
[dependencies]
mammoth = { path = "../../lib/mammoth" }
denali = { path = "../../sys/denali", default-features = false}
victoriafalls = { path = "../../lib/victoriafalls" }
denali = { path = "../denali", default-features = false }
victoriafalls = { path = "../victoriafalls" }
voyageurs = { path = "../../lib/voyageurs" }
yellowstone-yunq = { path = "../../lib/yellowstone" }
yunq = { path = "../../lib/yunq" }