add macro version to cargo.toml
This commit is contained in:
parent
a851e44d1e
commit
01d7244cc1
@ -16,7 +16,7 @@ itertools = "0.10.3"
|
|||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_derive = "1.0.136"
|
serde_derive = "1.0.136"
|
||||||
sea-orm = { version = "^0.9.1", features = [], default-features = false }
|
sea-orm = { version = "^0.9.1", features = [], default-features = false }
|
||||||
actix_admin_macros = { path = "actix_admin_macros" }
|
actix_admin_macros = { version = "0.1.0", path = "actix_admin_macros" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sea-orm = { version = "^0.9.1", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ], default-features = true }
|
sea-orm = { version = "^0.9.1", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ], default-features = true }
|
@ -1,3 +1,7 @@
|
|||||||
|
//! # Actix Admin Macros
|
||||||
|
//!
|
||||||
|
//! Macros used by the actix-admin crate
|
||||||
|
|
||||||
use proc_macro;
|
use proc_macro;
|
||||||
use quote::quote;
|
use quote::quote;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user