[package] name = "ckb-migration-template" version = "0.120.0" license = "MIT" authors = ["Nervos "] edition = "2021" description = "Provide proc-macros to setup migration." homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [lib] proc-macro = true [dependencies] quote = "1.0" syn = { version = "1.0", features = ["full", "printing"] }