mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-04 23:28:23 -05:00
12 lines
176 B
TOML
12 lines
176 B
TOML
|
[package]
|
||
|
name = "seed"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib", "rlib"]
|
||
|
|
||
|
[dependencies]
|
||
|
seed = "0.7"
|