File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Prerequisites
4
4
5
- * [ Rust] ( https://www.rust-lang.org/ )
6
- * [ PostgreSQL] ( https://www.postgresql.org/ )
7
- * [ sqlx-cli] ( https://github.com/launchbadge/sqlx/tree/main/sqlx-cli ) (` cargo install sqlx-cli --no-default-features --features native-tls,postgres ` )
5
+ - [ Rust] ( https://www.rust-lang.org/ )
6
+ - [ PostgreSQL] ( https://www.postgresql.org/ )
7
+ - [ sqlx-cli] ( https://github.com/launchbadge/sqlx/tree/main/sqlx-cli ) (` cargo install sqlx-cli --no-default-features --features native-tls,postgres ` )
8
8
9
9
## Development quickstart
10
10
@@ -22,6 +22,12 @@ cargo run -- server
22
22
# open <local-address>/docs
23
23
```
24
24
25
+ ## Legal
26
+
27
+ Please see [ the disclaimer] ( https://github.com/stjude-rust-labs#disclaimer ) that
28
+ applies to all crates and command line tools made available by St. Jude Rust
29
+ Labs.
30
+
25
31
[ GitHub Codespaces ] : https://github.com/features/codespaces
26
32
[ Visual Studio Code ] : https://code.visualstudio.com/
27
33
[ Dev Containers extension ] : https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
You can’t perform that action at this time.
0 commit comments