summaryrefslogtreecommitdiff
path: root/crates/atom/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atom/Cargo.toml')
-rw-r--r--crates/atom/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/atom/Cargo.toml b/crates/atom/Cargo.toml
new file mode 100644
index 0000000..092759f
--- /dev/null
+++ b/crates/atom/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "atom"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+mon = { workspace = true }
+get = { workspace = true }
+useflag = { path = "../useflag" }
+parseable = { path = "../parseable" }
+itertools = "0.14.0" \ No newline at end of file