···11# This file contains settings for `cargo hakari`.
22# See https://docs.rs/cargo-hakari/latest/cargo_hakari/config for a full list of options.
3344-hakari-package = "atpblog-workspace-hack"
44+hakari-package = "weaver-workspace-hack"
5566# Format version for hakari's output. Version 4 requires cargo-hakari 0.9.22 or above.
77dep-format-version = "4"
···22resolver = "2"
33# Note that we define member crates with a wildcard here and NOT with explicit
44# paths because the flake.nix is written in a way such that top-level members
55-# (`atpblog-cli` and `atpblog-server`) are built as different derivations which avoid being
55+# (`weaver-cli` and `weaver-server`) are built as different derivations which avoid being
66# rebuilt if the other package's sources change.
77members = ["crates/*"]
8899+default-members = ["crates/weaver-cli"]
1010+1111+912[workspace.package]
1013version = "0.1.0"
1114edition = "2024"
1215license = "MPL-2.0"
1316authors = ["orual"]
14171818+1519[workspace.metadata.crane]
1616-name = "atpblog-workspace"
2020+name = "weaver-workspace"
172118221923[workspace.dependencies]
···3135jane-eyre = "0.6.12"
3236n0-future = "=0.1.2"
3337tracing = { version = "0.1.41", default-features = false, features = ["std"] }
3838+lexicon_cid = { package = "cid", version = "0.10.1", features = ["serde-codec"] }
3939+markdown-weaver = { git = "https://github.com/rsform/markdown-weaver"}
4040+4141+esquema-codegen = { git = "https://github.com/fatfingers23/esquema.git", branch = "main" }
4242+atrium-lex = { git = "https://github.com/sugyan/atrium.git", rev = "f162f815a04b5ecb0421b390d521c883c41d5f75" }