form 0.1.0

A small script to move inline modules into the proper directory structure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "form"
version = "0.1.0"
authors = ["David McGillicuddy <contact@djmcgill.co.uk>"]
description = "A small script to move inline modules into the proper directory structure"
license = "MIT"
repository = "https://github.com/djmcgill/form"

[dependencies]
quote = "0.3"
getopts = "0.2"

[dependencies.syn]
version = "0.11.11"
features = ["full", "fold", "printing"]