From 1e26bae924afe55ef516e172a8594fab404548bd Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sun, 17 Nov 2024 16:53:19 +0800 Subject: [PATCH] build: rust crate configuration --- src/core_ffi/rust_ffi/.gitignore | 1 + src/core_ffi/rust_ffi/Cargo.toml | 7 +++++-- src/core_ffi/rust_ffi/README.md | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 src/core_ffi/rust_ffi/README.md 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.