-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 628 Bytes
/
Cargo.toml
File metadata and controls
22 lines (20 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
members = ["embed_it", "utils", "macros"]
resolver = "2"
[workspace.package]
edition = "2024"
rust-version = "1.85"
license = "MIT"
version = "3.0.0"
authors = ["Pavel Kurdikov <riberk32@gmail.com>"]
repository = "https://github.com/riberk/embed_it"
homepage = "https://github.com/riberk/embed_it"
keywords = ["embed", "include", "static", "assets", "resources"]
categories = ["filesystem", "development-tools"]
description = """
A proc-macro library for to create rust structs from
file system entries and include content
as a reference to a byte array.
"""
[workspace.dependencies]
pretty_assertions = "1.4.1"