Skip to content

Commit

Permalink
πŸ—οΈ Combine boot crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Nov 16, 2024
1 parent 0437304 commit 549fec6
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 32 deletions.
3 changes: 1 addition & 2 deletions packages/boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ publish = false
crate-type = ["rlib"]

[dependencies]
hikari-macro = { path = "../macro" }
hikari-macro-types = { path = "../macro-types" }
macros = { path = "../macros", package = "hikari-macros" }

anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
6 changes: 4 additions & 2 deletions packages/boot/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pub use hikari_macro::*;
pub use hikari_macro_types::*;
mod types;

pub use macros::*;
pub use types::*;
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions packages/macro-types/Cargo.toml

This file was deleted.

4 changes: 1 addition & 3 deletions packages/macro/Cargo.toml β†’ packages/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["langyo <[email protected]>"]
name = "hikari-macro"
name = "hikari-macros"

version = "0.1.0"
edition = "2021"
Expand All @@ -10,8 +10,6 @@ publish = false
proc-macro = true

[dependencies]
hikari-macro-types = { path = "../macro-types" }

anyhow = { workspace = true }
derive_more = { workspace = true }

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 549fec6

Please sign in to comment.