···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 = "my-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 = "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+// Folder-specific settings
2+//
3+// For a full list of overridable settings, and general information on folder-specific settings,
4+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
5+{}
···6name = "atpblog-workspace-hack"
7version = "0.1.0"
8description = "workspace-hack package, managed by hakari"
09# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
10publish = false
11
···6name = "atpblog-workspace-hack"
7version = "0.1.0"
8description = "workspace-hack package, managed by hakari"
9+license.workspace = true
10# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
11publish = false
12