Skip to content

Commit

Permalink
Updated cargo files
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Jun 26, 2024
1 parent a2b5b3e commit 396611e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferrumc2_0"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -26,11 +26,13 @@ lazy_static = "1.4.0"

# Binary
byteorder = "1.5.0"
include-flate = "0.3.0"

# Display
spinners = "4.1.1"

# Custom crates
ferrumc_net = { path = "src/crates/ferrumc_net"}
ferrumc_macros = { path = "src/crates/ferrumc_macros"}
ferrumc_utils = { path = "src/crates/ferrumc_utils"}
clap = { version = "4.5.7", features = ["derive"] }
spinners = "4.1.1"
include-flate = "0.3.0"

0 comments on commit 396611e

Please sign in to comment.