Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-747 authored Jan 22, 2024
2 parents c21b6ff + a4efd67 commit fcac892
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 13,715 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clap = { version = "4.4.11", features = ["derive"] }

[dev-dependencies]
reqwest = {version = "0.11.23", features = ["stream", "json"]}
env_logger = "0.10.1"
env_logger = "0.11.0"
futures-util = "0.3.30"
tokio-util = "0.7.10"
go-defer = "0.1.0"
Expand Down
2 changes: 2 additions & 0 deletions mars/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

package-lock.json
2 changes: 1 addition & 1 deletion mars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ npm run dev
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.

## License
The source code from Tailwind Template, and the template is a commercial product and is licensed under the [Tailwind UI license](https://tailwindui.com/license).
The source code is from Tailwind Template, and the template is a commercial product licensed under the [Tailwind UI license](LICENSE.md).
Loading

0 comments on commit fcac892

Please sign in to comment.