Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Aug 14, 2023
1 parent 26d449a commit 1216293
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 39 deletions.
32 changes: 3 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
[package]
name = "rimecraft"
version = "1.20.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
tracing = "0.1"
tracing-subscriber = "0.2"
once_cell = "1.18"
serde = { version = "1.0", features = ["serde_derive"] }
serde_json = "1.0"
toml = "0.7"
uuid = { version = "1.3", features = ["v3", "v4"] }
md-5 = "0.10"
url = "2.4"
sysinfo = "0.29"
bytes = "1.4"
glam = "0.24"
anyhow = "*"
fastsnbt = "*"
fastnbt-rc = { version = "*", git = "https://github.com/rimecraft-rs/fastnbt" }
parking_lot = "0.12"
lazy-regex = "2"
cesu8 = "*"
hashbrown = "0.14"
dashmap = "5.4"
[workspace]
resolver = "2"
members = ["core"]
29 changes: 29 additions & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[package]
name = "rimecraft_core"
version = "1.20.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
tracing = "0.1"
tracing-subscriber = "0.2"
once_cell = "1.18"
serde = { version = "1.0", features = ["serde_derive"] }
serde_json = "1.0"
toml = "0.7"
uuid = { version = "1.3", features = ["v3", "v4"] }
md-5 = "0.10"
url = "2.4"
sysinfo = "0.29"
bytes = "1.4"
glam = "0.24"
anyhow = "*"
fastsnbt = "*"
fastnbt-rc = { version = "*", git = "https://github.com/rimecraft-rs/fastnbt" }
parking_lot = "0.12"
lazy-regex = "2"
cesu8 = "*"
hashbrown = "0.14"
dashmap = "5.4"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/main.rs

This file was deleted.

0 comments on commit 1216293

Please sign in to comment.