Publish SDK from standalone repository
This commit is contained in:
Generated
-1277
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -4,7 +4,7 @@ version = "1.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Official AS213905 customer API client"
|
||||
repository = "https://git.datacoria.com/Phylex/production-as213905"
|
||||
repository = "https://git.datacoria.com/Phylex/as213905-sdk"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
as213905-sdk = { git = "https://git.datacoria.com/Phylex/production-as213905.git", branch = "recovery/native-geofeeds-20260814" }
|
||||
as213905-sdk = { git = "https://git.datacoria.com/Phylex/as213905-sdk.git" }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user