diff --git a/src/core_ffi/rust_ffi/.gitignore b/src/core_ffi/rust_ffi/.gitignore index b83d222..2d513a0 100644 --- a/src/core_ffi/rust_ffi/.gitignore +++ b/src/core_ffi/rust_ffi/.gitignore @@ -1 +1,2 @@ +/.idea/ /target/ diff --git a/src/core_ffi/rust_ffi/Cargo.toml b/src/core_ffi/rust_ffi/Cargo.toml index afac3ef..c7e7b9d 100644 --- a/src/core_ffi/rust_ffi/Cargo.toml +++ b/src/core_ffi/rust_ffi/Cargo.toml @@ -2,8 +2,11 @@ name = "klotski" version = "0.0.1" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["Dnomd343 "] +description = "Klotski multifunctional engine with high performance" +repository = "https://github.com/dnomd343/klotski" +license = "BSD-3-Clause" +readme = "README.md" [dependencies] cxx = "1.0" diff --git a/src/core_ffi/rust_ffi/README.md b/src/core_ffi/rust_ffi/README.md new file mode 100644 index 0000000..3d1495a --- /dev/null +++ b/src/core_ffi/rust_ffi/README.md @@ -0,0 +1,7 @@ +# Klotski Engine + +> Klotski multifunctional engine with high performance. + +The project is under development and is currently in feature preview. + +Note that the interfaces are not stable yet, and documentation will be added in subsequent versions.