···1# This file contains settings for `cargo hakari`.
2# See https://docs.rs/cargo-hakari/latest/cargo_hakari/config for a full list of options.
34-hakari-package = "atpblog-workspace-hack"
56# Format version for hakari's output. Version 4 requires cargo-hakari 0.9.22 or above.
7dep-format-version = "4"
···1# This file contains settings for `cargo hakari`.
2# See https://docs.rs/cargo-hakari/latest/cargo_hakari/config for a full list of options.
34+hakari-package = "weaver-workspace-hack"
56# Format version for hakari's output. Version 4 requires cargo-hakari 0.9.22 or above.
7dep-format-version = "4"
···2resolver = "2"
3# Note that we define member crates with a wildcard here and NOT with explicit
4# paths because the flake.nix is written in a way such that top-level members
5-# (`atpblog-cli` and `atpblog-server`) are built as different derivations which avoid being
6# rebuilt if the other package's sources change.
7members = ["crates/*"]
80009[workspace.package]
10version = "0.1.0"
11edition = "2024"
12license = "MPL-2.0"
13authors = ["orual"]
14015[workspace.metadata.crane]
16-name = "atpblog-workspace"
171819[workspace.dependencies]
···31jane-eyre = "0.6.12"
32n0-future = "=0.1.2"
33tracing = { version = "0.1.41", default-features = false, features = ["std"] }
00000
···2resolver = "2"
3# Note that we define member crates with a wildcard here and NOT with explicit
4# paths because the flake.nix is written in a way such that top-level members
5+# (`weaver-cli` and `weaver-server`) are built as different derivations which avoid being
6# rebuilt if the other package's sources change.
7members = ["crates/*"]
89+default-members = ["crates/weaver-cli"]
10+11+12[workspace.package]
13version = "0.1.0"
14edition = "2024"
15license = "MPL-2.0"
16authors = ["orual"]
1718+19[workspace.metadata.crane]
20+name = "weaver-workspace"
212223[workspace.dependencies]
···35jane-eyre = "0.6.12"
36n0-future = "=0.1.2"
37tracing = { version = "0.1.41", default-features = false, features = ["std"] }
38+lexicon_cid = { package = "cid", version = "0.10.1", features = ["serde-codec"] }
39+markdown-weaver = { git = "https://github.com/rsform/markdown-weaver"}
40+41+esquema-codegen = { git = "https://github.com/fatfingers23/esquema.git", branch = "main" }
42+atrium-lex = { git = "https://github.com/sugyan/atrium.git", rev = "f162f815a04b5ecb0421b390d521c883c41d5f75" }