[package] name = "const_num_bigint" version = "0.2.1" edition = "2021" authors = ['hjiayz '] license = 'MIT OR Apache-2.0' description = 'const bigint' repository = 'https://gitlab.com/hjiayz/const_num_bigint.git' [dependencies] num-bigint = "0.4.3" const_std_vec = "0.2.0" const_num_bigint_derive = "0.1.1" [workspace] members = [ "const_num_bigint_derive" ]