Skip to content

Commit 25ab4e4

Browse files
fix: properly configure cel-rust as a submodule under libs/core
1 parent 1fc93e6 commit 25ab4e4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Rust
22
libs/core/target
3-
libs/core/cel-rust
43

54
**/*.rs.bk
65
Cargo.lock

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "libs/core/cel-rust"]
2+
path = libs/core/cel-rust
3+
url = https://github.com/clarkmcc/cel-rust.git

libs/core/cel-rust

Submodule cel-rust added at 0bf8ab2

0 commit comments

Comments
 (0)