-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3f8568
commit c04b212
Showing
651 changed files
with
7,104 additions
and
22,528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use flake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,14 @@ | ||
[package] | ||
name = "kate" | ||
license-file = "LICENSE" | ||
documentation = "https://amy.is-a.dev/kate" | ||
repository = "https://github.com/nullishamy/kate/" | ||
version = "0.1.0" | ||
readme = "README.md" | ||
description = "A WIP JVM written in rust." | ||
edition = "2021" | ||
[workspace] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
members = [ | ||
"sources/*" | ||
] | ||
|
||
[dependencies] | ||
bytes = "1.1.0" | ||
bitflags = "1.3" | ||
paste = "1.0.6" | ||
anyhow = "1.0.56" | ||
thiserror = "1.0.30" | ||
enum-as-inner = "0.4.0" | ||
clap = { version = "3.1.6", features = ["derive"] } | ||
[workspace.dependencies] | ||
anyhow = "1.0.68" | ||
paste = "1.0.11" | ||
bytes = "1.3.0" | ||
enum-as-inner = "0.5.1" | ||
tracing = "0.1.32" | ||
tracing-subscriber = "0.3.9" | ||
tui = "0.17" | ||
crossterm = { version = "0.22", features = ["event-stream"]} | ||
parking_lot = "0.12.0" | ||
lazy_static = "1.4.0" | ||
tokio = { version = "1.17.0", features = ["full"] } | ||
tokio-stream = "0.1.7" | ||
parking_lot = "0.12" |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.