Update repositories
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
129f4f8608
commit
1fc9ce0151
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/mxpv/containerd-rust-extensions"
|
||||
repository = "https://github.com/containerd/rust-extensions"
|
||||
description = "GRPC bindings to containerd APIs"
|
||||
keywords = ["containerd", "client", "grpc", "containers"]
|
||||
categories = ["api-bindings", "asynchronous"]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>"]
|
|||
edition = "2018"
|
||||
description = "Logger extension for containerd v2 runtime"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/mxpv/containerd-rust-extensions"
|
||||
repository = "https://github.com/containerd/rust-extensions"
|
||||
keywords = ["containerd", "shim", "containers"]
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dev-dependencies]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/mxpv/containerd-rust-extensions"
|
||||
repository = "https://github.com/containerd/rust-extensions"
|
||||
description = "TTRPC bindings for containerd shim interfaces"
|
||||
keywords = ["containerd", "shim", "containers", "ttrpc", "client"]
|
||||
categories = ["api-bindings"]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/mxpv/containerd-rust-extensions"
|
||||
repository = "https://github.com/containerd/rust-extensions"
|
||||
keywords = ["containerd", "shim", "containers"]
|
||||
description = "containerd shim extension"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue