diff --git a/Cargo.toml b/Cargo.toml index a3c1d2a..3764618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] members = [ + "uai", "ataxx" ] \ No newline at end of file diff --git a/uai/Cargo.toml b/uai/Cargo.toml new file mode 100644 index 0000000..eca40b5 --- /dev/null +++ b/uai/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "ataxx-uai" +version = "0.1.0" +edition = "2021" + +authors = ["Rak Laptudirm "] + +license = "Apache-2.0" +description = "A Rust library for creating UAI compliant engines" +repository = "https://github.com/raklaptudirm/mexx" +keywords = ["ataxx", "uai"] +categories = ["games"]