Browse Source

Add README, no_std flag

interface-2
Lev 3 years ago
parent
commit
9b31ebd022
  1. 3
      Cargo.toml
  2. 3
      README.md
  3. 1
      src/lib.rs

3
Cargo.toml

@ -5,6 +5,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
std = []
[dependencies]
rand_os = "*"

3
README.md

@ -0,0 +1,3 @@
# Ironforce
IronForce is a decentralized network

1
src/lib.rs

@ -1,3 +1,4 @@
#![no_std]
#![allow(dead_code)]
extern crate alloc;

Loading…
Cancel
Save