Skip to content

Commit

Permalink
Add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier2p committed Jul 25, 2023
1 parent d426181 commit 3d9a05e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ version = "0.1.0"
edition = "2021"
authors = ["Xavier2p <https://github.com/Xavier2p>"]
description = "An open-source Fortran interpreter.\nWritten in Rust."
license = "MIT"
readme = ".github/README.md"
repository = "https://github.com/Xavier2p/fortran.rs"
homepage = "https://xavier2p.github.io/fortran.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
3 changes: 3 additions & 0 deletions assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM rust:latest

# TODO: Add your instructions to dockerize the application
3 changes: 3 additions & 0 deletions assets/flake.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
# TODO: add your own settings here
}

0 comments on commit 3d9a05e

Please sign in to comment.