1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-28 05:57:44 +00:00

Maybe fix docs.rs build? (doesn't work)

This commit is contained in:
RGBCube 2024-05-31 23:25:41 +03:00
parent 2b65ed2c2d
commit d61798c7e0
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 10 additions and 4 deletions

View file

@ -6,10 +6,13 @@ license = "MIT"
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
categories = [ "filesystem" ]
authors = [ "RGBCube" ]
version = "0.1.2"
version = "0.1.4"
edition = "2021"
include = [ "src/**/*.rs", "README.md" ]
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "procmacro2_semver_exempt" ]
[lib]
proc-macro = true