chore: set MSRV to 1.95; format
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I92d12d78f152fcf5b94b78b7cd934cb16a6a6964
This commit is contained in:
parent
b5fb382ac0
commit
3e51e4dcc1
4 changed files with 75 additions and 73 deletions
|
|
@ -12,13 +12,14 @@ resolver = "3"
|
|||
edition = "2024"
|
||||
version = "0.1.0"
|
||||
license = "MIT"
|
||||
readme = true
|
||||
readme = true
|
||||
rust-version = "1.95.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Internal Dependencies
|
||||
pinakes-core = {path = "./crates/pinakes-core"}
|
||||
pinakes-server = {path = "./crates/pinakes-server"}
|
||||
pinakes-plugin-api = {path = "./crates/plugin/api"}
|
||||
pinakes-core = { path = "./crates/pinakes-core" }
|
||||
pinakes-server = { path = "./crates/pinakes-server" }
|
||||
pinakes-plugin-api = { path = "./crates/plugin/api" }
|
||||
|
||||
# Async runtime
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue