diff --git a/Cargo.toml b/Cargo.toml index 47c8e51..df84b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ chrono = { version = "0.4", features = ["serde"] } thiserror = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" -stp-core = { git = "https://git.methanium.net/shoal/commons.git" } +stp-core = { git = "https://git.methanium.net/shoal/stp.git" } [dev-dependencies] tokio = { version = "1", features = ["full"] } diff --git a/README.md b/README.md index 92d27f4..98fe4cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Commons provides consistent, reusable types throughout the Shoal system: Add to your `Cargo.toml`: ```toml -common = { git = "https://git.methanium.net/shoal/commons.git" } +shoal-types = { git = "https://git.methanium.net/shoal/commons.git" } ``` ### Usage @@ -34,4 +34,4 @@ Instead of each component defining its own types, Commons centralizes: - Configuration structures - Storage schemas -This ensures type safety and consistency across the entire Shoal ecosystem. \ No newline at end of file +This ensures type safety and consistency across the entire Shoal ecosystem.