diff --git a/examples/template/Cargo.toml b/examples/template/Cargo.toml index cbce24a2..63f7d24f 100644 --- a/examples/template/Cargo.toml +++ b/examples/template/Cargo.toml @@ -10,11 +10,11 @@ license = "MIT" [dependencies] # These two dependencies are required for anyone implementing a Freyja application -freyja = { git = "https://github.com/eclipse-ibeji/freyja" } +freyja = { git = "https://github.com/eclipse-ibeji/freyja", branch = "wilyle/test-freyja-lib" } tokio = { version = "1.0", features = ["macros"] } # Put any dependencies that you need for your adapters down here. # This template utilizes the in-memory mock adapters as a sample -in-memory-mock-cloud-adapter = { git = "https://github.com/eclipse-ibeji/freyja" } -in-memory-mock-digital-twin-adapter = { git = "https://github.com/eclipse-ibeji/freyja" } -in-memory-mock-mapping-client = { git = "https://github.com/eclipse-ibeji/freyja" } \ No newline at end of file +in-memory-mock-cloud-adapter = { git = "https://github.com/eclipse-ibeji/freyja", branch = "wilyle/test-freyja-lib" } +in-memory-mock-digital-twin-adapter = { git = "https://github.com/eclipse-ibeji/freyja", branch = "wilyle/test-freyja-lib" } +in-memory-mock-mapping-client = { git = "https://github.com/eclipse-ibeji/freyja", branch = "wilyle/test-freyja-lib" } \ No newline at end of file