oscript-derive 0.1.1

helper crate to simplify the creation of rust scripts. this crate should not be directly referenced
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "oscript-derive"
description = "helper crate to simplify the creation of rust scripts. this crate should not be directly referenced"
version = "0.1.1"
edition = "2021"
authors = ["Olof Blomqvist <olof@twnet.se>"]
license-file = "LICENSE"
repository = "https://github.com/OlofBlomqvist/oscript"

[lib]
proc-macro = true

[dependencies]
clap_complete = "4.5.38"
clap = { version = "4.2", features = ["derive"] }
syn = { version = "2.0", features = ["full"] }
quote = "1.0"