Skip to content

Commit

Permalink
Integrated kaolinite into the Ox repository
Browse files Browse the repository at this point in the history
  • Loading branch information
curlpipe committed Sep 13, 2024
1 parent 732a8e4 commit 7300291
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[workspace]
resolver = "2"
members = [
"kaolinite",
]

[package]
name = "ox"
version = "0.4.6"
version = "0.5.0"
edition = "2021"
authors = ["Curlpipe <[email protected]>"]
description = "A Rust powered text editor."
Expand Down Expand Up @@ -28,7 +34,7 @@ assets = [
alinio = "0.2.1"
crossterm = "0.27.0"
jargon-args = "0.2.7"
kaolinite = "0.9.5"
kaolinite = { path = "./kaolinite" }
mlua = { version = "0.9.9", features = ["lua54", "vendored"] }
quick-error = "2.0.1"
shellexpand = "3.1.0"
Expand Down
1 change: 1 addition & 0 deletions kaolinite
Submodule kaolinite added at 22d5de

0 comments on commit 7300291

Please sign in to comment.