We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c695cd2 commit e53da59Copy full SHA for e53da59
bitnet-cpp-sys/Cargo.toml
@@ -11,6 +11,9 @@ include = [
11
"wrapper.h",
12
"build.rs",
13
"/src",
14
+
15
+ "/bitnet",
16
+ "/bitnet/**/CMakeLists.txt",
17
18
"/bitnet/3rdparty/llama.cpp/common/*.h",
19
"/bitnet/3rdparty/llama.cpp/common/*.hpp",
bitnet-cpp/Cargo.toml
@@ -3,7 +3,7 @@ name = "bitnet-cpp"
3
description = "bitnet.cpp bindings for Rust"
4
version = "0.0.1"
5
edition = "2021"
6
-license = "MIT OR Apache-2.0"
+license = "MIT"
7
repository = "https://github.com/eugenehp/bitnet-cpp-rs"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments