temp-conv 0.5.5

A simple cli-based unit converter for temperatures
Documentation
1
2
3
4
5
6
7
8
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye

RUN apt update
RUN apt install -y curl 

RUN apt-get update
RUN apt-get install -y clang
RUN apt-get install -y cmake