Skip to content

Commit e53da59

Browse files
committed
inlcude bitnet in the package
1 parent c695cd2 commit e53da59

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bitnet-cpp-sys/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ include = [
1111
"wrapper.h",
1212
"build.rs",
1313
"/src",
14+
15+
"/bitnet",
16+
"/bitnet/**/CMakeLists.txt",
1417

1518
"/bitnet/3rdparty/llama.cpp/common/*.h",
1619
"/bitnet/3rdparty/llama.cpp/common/*.hpp",

bitnet-cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bitnet-cpp"
33
description = "bitnet.cpp bindings for Rust"
44
version = "0.0.1"
55
edition = "2021"
6-
license = "MIT OR Apache-2.0"
6+
license = "MIT"
77
repository = "https://github.com/eugenehp/bitnet-cpp-rs"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)