summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-24 11:35:42 -0400
committerBrian Cully <bjc@spork.org>2025-08-24 11:36:47 -0400
commit60e9b52f7c692c95f6d6066c02342428885f8995 (patch)
tree63eff7934304f8c531d7281305495ef571f8c39b /Cargo.toml
parent49ab2791b861884d01488de68f63bdd49d71c1b2 (diff)
downloadautomathon-60e9b52f7c692c95f6d6066c02342428885f8995.tar.gz
automathon-60e9b52f7c692c95f6d6066c02342428885f8995.zip
add license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c438aa0..fcd8bf8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
name = "automathon"
version = "0.1.0"
edition = "2024"
+license-file = "LICENSE"
[lib]
crate-type = ["cdylib"]