Browse Source

build: rust crate configuration

master v0.0.1
Dnomd343 1 month ago
parent
commit
a9159b4149
  1. 1
      src/core_ffi/rust_ffi/.gitignore
  2. 7
      src/core_ffi/rust_ffi/Cargo.toml
  3. 7
      src/core_ffi/rust_ffi/README.md

1
src/core_ffi/rust_ffi/.gitignore

@ -1 +1,2 @@
/.idea/
/target/

7
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 <dnomd343@gmail.com>"]
description = "Klotski multifunctional engine with high performance"
repository = "https://github.com/dnomd343/klotski"
license = "BSD-3-Clause"
readme = "README.md"
[dependencies]
cxx = "1.0"

7
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.
Loading…
Cancel
Save