-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kate Goldenring <[email protected]>
- Loading branch information
1 parent
a588a5c
commit 977d79a
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
[package] | ||
name = "controller" | ||
<<<<<<< HEAD | ||
authors.workspace = true | ||
version.workspace = true | ||
edition.workspace = true | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository.workspace = true | ||
rust-version.workspace = true | ||
======= | ||
version = "0.13.1" | ||
license = "Apache-2.0" | ||
authors = ["<[email protected]>", "<[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.75.0" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
>>>>>>> 1aada19 (Use ResourceExt methods for resource property access and update rust version to 1.75.0) | ||
|
||
[dependencies] | ||
akri-shared = { path = "../shared" } | ||
|