Move examples to separate workspace (#978)

* Move examples to separate workspace

* update commands to run examples

* remove debug
This commit is contained in:
David Pedersen
2022-04-29 18:53:41 +02:00
committed by GitHub
parent 6e1835074c
commit 1fe4558362
38 changed files with 51 additions and 45 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
//! Run with
//!
//! ```not_rust
//! cargo run -p example-sqlx-postgres
//! cd examples && cargo run -p example-sqlx-postgres
//! ```
//!
//! Test with curl: