Skip to content

Commit

Permalink
Let's try this? x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Connicpu committed Mar 1, 2019
1 parent 757d540 commit bc6bb53
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions derive-com-impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "derive-com-impl"
version = "0.1.0"
version = "0.1.1"
authors = ["Connie Hilarides <conni_h@outlook.com>"]
license = "MIT"
edition = "2018"
Expand All @@ -12,6 +12,7 @@ Procedural macros to help implement COM interfaces from Rust.
"""

[lib]
name = "derive_com_impl"
proc-macro = true

[dependencies]
Expand All @@ -22,7 +23,7 @@ proc-macro2 = "0.4.20"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

[dev-dependencies]
com-impl = { version = "0.1.0", path = "../com-impl" }
wio = "0.2.0"
winapi = { version = "0.3.6", features = ["dwrite"] }
#[dev-dependencies]
#com-impl = { version = "0.1.0", path = "../com-impl" }
#wio = "0.2.0"
#winapi = { version = "0.3.6", features = ["dwrite"] }

0 comments on commit bc6bb53

Please sign in to comment.