feat: make cargo workspace publishable

This commit is contained in:
max_richter 2024-05-02 14:23:20 +02:00
parent ff6d57d96c
commit dca4469f55

View File

@ -1,4 +1,4 @@
use utils::{ use nodarium_utils::{
geometry::{create_multiple_paths, create_path, wrap_multiple_paths}, geometry::{create_multiple_paths, create_path, wrap_multiple_paths},
split_args, split_args,
}; };