* 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
10 lines
191 B
TOML
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" ] }
|