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,6 +5,6 @@ edition = "2021"
[dependencies]
mammoth = { path = "../../lib/mammoth" }
victoriafalls = { path = "../../lib/victoriafalls" }
victoriafalls = { path = "../victoriafalls" }
voyageurs = { path = "../../lib/voyageurs" }
yellowstone-yunq = { path = "../../lib/yellowstone" }