sea-orm/examples/cli/Cargo.toml
Billy Chan 1cdbcceddb
Testing different db on various async runtime (#53)
* Testing different db on various async runtime

* Test on various runtime

* No explicit cargo build step

* Cargo build with features

* Hotfix

* With actix_rt

* Only tests "runtime-async-std-native-tls" for now
2021-07-22 19:23:21 +08:00

10 lines
191 B
TOML

[package]
name = "sea-orm-cli-example"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
sea-orm = { path = "../../" }
strum = { version = "^0.20", features = [ "derive" ] }