File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22members = [" include-blob-macros" , " test-project" ]
3+ package.repository = " https://github.com/SludgePhD/include-blob"
4+ package.edition = " 2021"
5+ package.license = " 0BSD"
6+
7+ # (update these versions together to ensure that the crates remain linked together exactly)
8+ package.version = " 1.0.0"
9+ dependencies.include-blob-macros = { path = " include-blob-macros" , version = " =1.0.0" }
310
411[package ]
512name = " include-blob"
6- version = " 1.0.0 "
7- edition = " 2021 "
8- license = " 0BSD "
9- repository = " https://github.com/SludgePhD/include-blob "
13+ version.workspace = true
14+ edition.workspace = true
15+ license.workspace = true
16+ repository.workspace = true
1017description = " Include large binary files in an application without the compile time cost of `include_bytes!`"
1118categories = [" development-tools::build-utils" ]
1219keywords = [" include" , " binary" , " bytes" , " file" ]
1320
1421[dependencies ]
15- include-blob-macros = { path = " include-blob-macros " , version = " =1.0.0 " }
22+ include-blob-macros.workspace = true
1623object = { version = " 0.36.7" , default-features = false , features = [" write" ] }
1724ar_archive_writer = " 0.4.2"
Original file line number Diff line number Diff line change 11[package ]
22name = " include-blob-macros"
3- version = " 1.0.0 "
4- edition = " 2021 "
5- license = " 0BSD "
6- repository = " https://github.com/SludgePhD/include-blob "
3+ version.workspace = true
4+ edition.workspace = true
5+ license.workspace = true
6+ repository.workspace = true
77description = " (semver-exempt implementation detail of `include-blob`; do not use)"
88
99[lib ]
You can’t perform that action at this time.
0 commit comments