mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-27 05:27:44 +00:00
Maybe fix docs.rs build? (doesn't work)
This commit is contained in:
parent
2b65ed2c2d
commit
d61798c7e0
3 changed files with 10 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4,7 +4,7 @@ version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "embd"
|
name = "embd"
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"embd-macros 0.1.1",
|
"embd-macros 0.1.1",
|
||||||
]
|
]
|
||||||
|
@ -22,7 +22,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "embd-macros"
|
name = "embd-macros"
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -6,10 +6,13 @@ license = "MIT"
|
||||||
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
|
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
|
||||||
categories = [ "filesystem" ]
|
categories = [ "filesystem" ]
|
||||||
authors = [ "RGBCube" ]
|
authors = [ "RGBCube" ]
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
include = [ "src/**/*.rs", "README.md" ]
|
include = [ "src/**/*.rs", "README.md" ]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
rustc-args = [ "--cfg", "procmacro2_semver_exempt" ]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,12 @@ license = "MIT"
|
||||||
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
|
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
|
||||||
categories = [ "filesystem" ]
|
categories = [ "filesystem" ]
|
||||||
authors = [ "RGBCube" ]
|
authors = [ "RGBCube" ]
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
include = [ "src/**/*.rs", "README.md" ]
|
include = [ "src/**/*.rs", "README.md" ]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
rustc-args = [ "--cfg", "procmacro2_semver_exempt" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embd-macros = "0.1"
|
embd-macros = "0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue