Skip to content

Commit

Permalink
Included default config
Browse files Browse the repository at this point in the history
  • Loading branch information
curlpipe committed Jul 15, 2024
1 parent a185e15 commit 598322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A Rust powered text editor."
homepage = "https://github.com/curlpipe/ox"
repository = "https://github.com/curlpipe/ox"
readme = "README.md"
include = ["src/*.rs", "Cargo.toml"]
include = ["src/*.rs", "Cargo.toml", "config/.oxrc"]
categories = ["text-editors"]
keywords = ["text-editor", "editor", "terminal", "tui"]
license = "GPL-2.0"
Expand Down

0 comments on commit 598322e

Please sign in to comment.