diff --git a/Cargo.toml b/Cargo.toml index 1fa45141638d42bed547e5ff3d67803c2f878871..7d91610de902584df06e36533a50dd6fff7a8532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cloudExtension = { path = "./cloudExtension"} +cloud_extension = { path = "./cloud_extension"} ipc_rust = { path = "./ipc_rust"} hilog_rust = { path = "./hilog_rust"} \ No newline at end of file