brundonsmith / rust_lisp

A Rust-embeddable Lisp, with support for interop with native Rust functions
239 stars 19 forks source link

Add a License #32

Closed eckertliam closed 1 year ago

eckertliam commented 1 year ago

It is important to add a License for others to be able to use and modify your project under clear terms.

brundonsmith commented 1 year ago

It's in the Cargo.toml:

license = "MIT"